mirror of
https://github.com/nlohmann/json.git
synced 2026-02-23 11:56:24 +00:00
Use DOCTEST_* macros in place of predefined compiler macros for compiler detection and version checks. The suppression of warning -Wrange-loop-construct in unit-items.cpp causes GCC<11 to warn about pragmas. Suppressed by adding a version check.