mirror of
https://github.com/nlohmann/json.git
synced 2026-02-28 14:26:26 +00:00
Replace limit macros with std::numeric_limits (#3723)
This commit is contained in:
committed by
GitHub
parent
2d1f9b6a7d
commit
3d1252bbff
@@ -7,6 +7,8 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "doctest_compatibility.h"
|
||||
#undef WIN32_LEAN_AND_MEAN
|
||||
#undef NOMINMAX
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
||||
Reference in New Issue
Block a user