lawnighthawk
Results
3
comments of
lawnighthawk
Could this function be gated behind a #ifdef ? — Lawrence On Dec 17, 2023, at 07:42, trobro ***@***.***> wrote: std::map::insert_or_assign() was introduced in C++17 but hjson-cpp only requires C++11....
@trobro There is a new version now that has #define guards
@trobro I have tried to build a benchmark showing the value of doing this, but with the latest master the benchmark showed 10% improvement in some cases, none in others....