[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. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This thread collects all changes made since the 3.10.3 (#3065) release.
Bug fixes
std::find
andstd::remove
as pointers which could break compilation.std::filesystem::path
to 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
Beta Was this translation helpful? Give feedback.
All reactions