[WIP] changes for next release 3.10.4 #3064
nlohmann
announced in
Announcements
Replies: 1 comment 6 replies
|
3.10.3 did not introduce the stack overflow on Windows, it made it stop compiling. |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This thread collects all changes made since the 3.10.3 (#3065) release.
Bug fixes
std::findandstd::removeas pointers which could break compilation.std::filesystem::pathto JSON. Before release 3.10.3, such a conversion would trigger a stack overflow. Release 3.10.3 then further broke compilation on Windows. By @theodelrieu.Further Changes
All reactions