This commit is contained in:
nlohmann
2026-07-12 00:09:57 +00:00
parent 483310ef04
commit 48e99f4145
259 changed files with 552 additions and 509 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ When the macro is not defined, the library will define it to its default value.
Diagnostic messages can also be controlled with the CMake option
[`JSON_Diagnostics`](../../integration/cmake.md#json_diagnostics) (`OFF` by default)
which defines `JSON_DIAGNOSTICS` accordingly.
which defines `JSON_DIAGNOSTICS` accordingly. Note this only applies when building the
library from source — see the pre-installed-package caveat on that page.
## Examples