John Harris
John Harris
For some reason, the `-g` flag is not in CMake's `$` nor ...`COMPILE_OPTIONS`, and so doesn't get written to the `.rsp` file. This results in a warning of different options...
I'd like to see this on cygwin, which is my windows shell of choice
Thanks for the work on this library. I really need a few examples of the API in use. The unit tests aren't much help, and the Doxygen doesn't show any...
If the JSON I want is an array at the top level, how do I parse that from a HOCON string? I get an exception when parsing "[ { op:...
In my application, I can't afford to have bm allocate after all initialization is done. How can I initialize the allocator or bvector such that it is guaranteed not to...