Closed eitlane closed 1 year ago
Expected integer values to be passed to resize
would be 2, 3, 4. It's certainly true that if a value of 18446744073709551608 were passed, there would be an issue. I suppose we could have an assert if the value exceeded, say, 8.
Fixed on master
Hello all,
I am unable to compile Release 0.171.0 with gcc (GCC) 13.1.1. Here is the output:
Easiest way to reproduce is Fedora 38 docker container (with installed gcc and cmake) 1) Extract v0.171.0.tar.gz 2) In jsoncons-0.171.0 create a folder _build 3) Enter _build 4) cmake .. -DJSONCONS_BUILD_TESTS=On 5) cmake --build .
Thanks, Venci