mirror of
https://github.com/nlohmann/json.git
synced 2025-05-09 16:43:52 +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.