Aaron Wright

Results 7 comments of Aaron Wright

Thanks for hearing me out on this. I do understand this is a little odd for this kind of system. In reality my overall system will work fine without this...

I also noticed that json support isn't completely implemented (missing blocks of code where the base64 decode function should be used), and will silently fail. Why not move json support...

> > (missing blocks of code where the base64 decode function should be used) > Can you explain please? See this block of code: https://github.com/niXman/yas/blob/ce73bbb328969e1dbd946dd060d0a6299e661fbd/include/yas/types/utility/buffer.hpp#L123 I would assume that block...

I'm more focused on binary serialization, so I just removed the base64.h file and everything that references it. I looked at the code for a bit, but it wasn't a...

See also -> http://rhaas.blogspot.com/2011/05/sharedbuffers-on-32-bit-systems.html

I'm having the same problem. It is making it impossible to use CMake Tools with a conan based project, because conan creates a preset file for CMake to find all...