VS 2022 latest version on win 10 latest version don't compile any recent version of JSON...
ArnaudNRoses opened this issue · 2 comments
ArnaudNRoses commented
Description
VS 2022 latest version on win 10 latest version don't compile any recent version of JSON ( I'm a recent user of this classes )
Reproduction steps
Don't compile...
Expected vs. actual results
Don't compile... error number on image sent
Minimal code example
Don't compile...
Error messages
look image sent...
Compiler and operating system
VS 2022 latest version win 10 latest version
Library version
3.11.x
Validation
- The bug also occurs if the latest version from the
develop
branch is used. - I can successfully compile and run the unit tests.
ArnaudNRoses commented
It's Compile if I comment the line in question....
I can use this librairy so....
(I don't use serialisation/deserialiation)
ArnaudNRoses commented
It's because of the option /sdl of MSVC I think....