Closed AlainLich closed 1 year ago
Could you post all compiler output for msgpack_parser.hpp?
Thanks, Daniel
Hi,
in attachment the output from make
, I hope that this is what you are looking for.
Alain
Thanks!
After investigation, I think this is a spurious stringop-overflow
warning by an overeager compiler. I can't replicate it in any of my test environments, but from your compiler output it's clear where it's occurring. I've rewritten the code to hopefully work around the issue, could you try rebuilding the tests from master?
Thanks, Daniel
Hi Daniel,
thanks for you quick response. With commit 928fcca228face5c59fe616d4f4f37596e82804
everything compiles OK
in my configuration. (Restarted with new empty build directory, selected native compiler and "Release" build.)
I have put the test results in attachment, in case this is helpful, Regards, Alain jsonTestFail-Feb17.txt
Fix is in 0.170.0
Describe the bug Just installed from Github, tried the default
make
, which builds the tests. Several lines/functions inmsgpack_parser.hpp
do not compile. Using:Some test did not compile, for example (full compiler output in attachment):
Enumerate the steps to reproduce the bug
Include a small, self-contained example if possible
What compiler, architecture, and operating system?
What jsoncons library version?