Replies: 2 comments 5 replies
-
|
Yes, this seems to be introduced in #4631. I will add a PR. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thank you for the analysis and patch! In case it matters, here's the command line used for compiling this file in openrct2: (The |
Beta Was this translation helpful? Give feedback.
4 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.
-
After updating nlohmann-json in pkgsrc from 3.11.3 to 3.12.0, openrct2 stopped building:
https://releng.netbsd.org/pkgreports/shadow/HEAD/NetBSD-10.0-x86_64/20250425.1835/openrct2-0.4.21nb2/build.log
with the error:
I see that other places include
<string_view>depending on ifJSON_HAS_CPP_17, but that is not the case indetail/conversions/from_json.hpp, so I suspect this is an error here.Comments?
Beta Was this translation helpful? Give feedback.
All reactions