Niels Lohmann
Niels Lohmann
PTAL #4791
> @nlohmann I'm having trouble making the Windows build correct. I don't have windows machine available to debug/diagnose. I don't use Windows myself. :-/
I am not sure what to make of this right now. The noexcept annotation was from times where we did hardly anything in the destructor.
From the README: > Note that during the `ctest` stage, several JSON test files are downloaded from an [external repository](https://github.com/nlohmann/json_test_data). If policies forbid downloading artifacts during testing, you can download...
Can you check if JSON_TestDataDirectory works for you?
> 1. why is this test data on different repo? > (I presume due to $SIZE) Exactly.
We use GCC 13.3.0 in the CI. Can you please re-test with the latest develop branch?
Sorry, I missed the point about mixing Clang with GCC's STL. We do check Clang with both libc++ and libstdc++, but only for the latest Clang version (20.0.0). I'm not...
I can confirm an error at: ``` error: no viable overloaded operator[] for type 'json' (aka 'basic_json') 25 | std::cout
Sure, why not.