diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 50e5c805c..f419b807e 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -3795,7 +3795,8 @@ template::value, bool TSigned = std::is_signed::value> struct value_in_range_of_impl2; - +#undef min +#undef max template struct value_in_range_of_impl2 {