mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08: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.