json/include/nlohmann/detail/boolean_operators.hpp
2020-05-07 10:17:32 +02:00

9 lines
205 B
C++

#pragma once
// Header <ciso646> is removed in C++20.
// See <https://github.com/nlohmann/json/issues/2089> for more information.
#if __cplusplus <= 201703L
#include <ciso646> // and, not, or
#endif