John Harris
John Harris
Same issue. Just on MINGW64 terminal standard with Git for Windows.
Thank you both for the explanations (I just saw this). I'm successfully using the library as-is, and I look forward to the merge of the pending pull requests.
In the way of documentation, here is what I have to do to build cpp-hocon on CentOS 7 with a local Boost 1.61 without touching any system directories.: - Build...
After double-checking RFC 4627, I'm pretty sure an array at the top is allowed. It can be either an object or an array. Works with nlohmann's library and on jsonlint.com:...
So it seems that to "warm up" the allocator deterministically, I would have to pre-set a bit in each block range. Can you show a short example of doing that...
Ok. Thank you. That would make a useful "reserve(nBits)" method. That's what I do on vectors and unordered_maps at init time. On Thu, Jul 10, 2025 at 4:44 PM Anatoliy...