Skip to content

Commit 1c5923e

Browse files
authoredNov 17, 2024
Add comment for #4494 (#4496)
1 parent e3ac5a6 commit 1c5923e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ auto cbor = json::to_msgpack(j); // 0xD5 (fixext2), 0x10, 0xCA, 0xFE
11111111
11121112
## Supported compilers
11131113
1114-
Though it's 2023 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work:
1114+
Though it's 2024 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work:
11151115
11161116
- GCC 4.8 - 14.2 (and possibly later)
11171117
- Clang 3.4 - 20.0 (and possibly later)
@@ -1898,7 +1898,7 @@ json/tests/src/make_test_data_available.hpp:23: FATAL ERROR: REQUIRE( utils::che
18981898

18991899
In case you have downloaded the library rather than checked out the code via Git, test `cmake_fetch_content_configure` will fail. Please execute `ctest -LE git_required` to skip these tests. See [issue #2189](https://github.com/nlohmann/json/issues/2189) for more information.
19001900

1901-
Some tests change the installed files and hence make the whole process not reproducible. Please execute `ctest -LE not_reproducible` to skip these tests. See [issue #2324](https://github.com/nlohmann/json/issues/2324) for more information.
1901+
Some tests change the installed files and hence make the whole process not reproducible. Please execute `ctest -LE not_reproducible` to skip these tests. See [issue #2324](https://github.com/nlohmann/json/issues/2324) for more information. Furthermore, assertions must be switched off to ensure reproducible builds (see [discussion 4494](https://github.com/nlohmann/json/discussions/4494)).
19021902

19031903
Note you need to call `cmake -LE "not_reproducible|git_required"` to exclude both labels. See [issue #2596](https://github.com/nlohmann/json/issues/2596) for more information.
19041904

0 commit comments

Comments
 (0)