2020-05-07 07:43:41 +00:00
|
|
|
#pragma once
|
|
|
|
|
2020-05-07 08:17:32 +00:00
|
|
|
// Header <ciso646> is removed in C++20.
|
2020-05-07 07:43:41 +00:00
|
|
|
// See <https://github.com/nlohmann/json/issues/2089> for more information.
|
|
|
|
|
2020-05-07 08:17:32 +00:00
|
|
|
#if __cplusplus <= 201703L
|
2020-05-07 07:43:41 +00:00
|
|
|
#include <ciso646> // and, not, or
|
|
|
|
#endif
|