You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
As I've tried to build this project in Rider, Visual Studio 2022, and Visual Studio 2019, I was ultimately unable to compile, even if I selected C++ 11, not sure why, but the point is, the JSON file includes depreciated code, and should therefore be maintained. I'm working on a solution, as I've forked, and I'd like to be using the newest version of nlohmann's json package anyway.
This project features version 2.0.5, however nlohmann is already up to version 3.10.5. His new version addresses this depreciated bug, and so it shouldn't be too difficult to incorporate.
To Reproduce
Steps to reproduce the behavior:
Go to 'src\ZoneUtils\Json.hpp'
Browse to line (for example) 2168 'alloc.destroy(m_value.object);'
Expected behavior
The project should build with modern tools.
Screenshots
General information:
OS: Windows 11
Version: 10.0.22000 Build 22000
Linker: (ALL)
Additional context
I'd also like to participate in the discord, but the links are all dead... Any help?
The text was updated successfully, but these errors were encountered:
Describe the bug
As I've tried to build this project in Rider, Visual Studio 2022, and Visual Studio 2019, I was ultimately unable to compile, even if I selected C++ 11, not sure why, but the point is, the JSON file includes depreciated code, and should therefore be maintained. I'm working on a solution, as I've forked, and I'd like to be using the newest version of nlohmann's json package anyway.
This project features version 2.0.5, however nlohmann is already up to version 3.10.5. His new version addresses this depreciated bug, and so it shouldn't be too difficult to incorporate.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The project should build with modern tools.
Screenshots
General information:
Additional context
I'd also like to participate in the discord, but the links are all dead... Any help?
The text was updated successfully, but these errors were encountered: