Replace limit macros with std::numeric_limits (#3723)

This commit is contained in:
Florian Albrechtskirchinger
2022-09-19 08:02:50 +02:00
committed by GitHub
parent 2d1f9b6a7d
commit 3d1252bbff
5 changed files with 23 additions and 17 deletions

View File

@@ -7,6 +7,8 @@
// SPDX-License-Identifier: MIT
#include "doctest_compatibility.h"
#undef WIN32_LEAN_AND_MEAN
#undef NOMINMAX
#ifdef _WIN32
#include <windows.h>