2020-09-29 13:47:50 +02:00
|
|
|
#pragma once
|
|
|
|
|
2021-12-11 23:32:21 +01:00
|
|
|
// restore clang diagnostic settings
|
2020-09-29 13:47:50 +02:00
|
|
|
#if defined(__clang__)
|
2021-12-11 23:32:21 +01:00
|
|
|
#pragma clang diagnostic pop
|
2020-09-29 13:47:50 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
// clean up
|
|
|
|
#undef JSON_ASSERT
|
|
|
|
#undef JSON_INTERNAL_CATCH
|
|
|
|
#undef JSON_CATCH
|
|
|
|
#undef JSON_THROW
|
|
|
|
#undef JSON_TRY
|
2021-12-11 23:32:21 +01:00
|
|
|
#undef JSON_PRIVATE_UNLESS_TESTED
|
|
|
|
#undef JSON_HAS_CPP_11
|
2020-09-29 13:47:50 +02:00
|
|
|
#undef JSON_HAS_CPP_14
|
|
|
|
#undef JSON_HAS_CPP_17
|
2021-12-11 23:32:21 +01:00
|
|
|
#undef JSON_HAS_CPP_20
|
2020-09-29 13:47:50 +02:00
|
|
|
#undef NLOHMANN_BASIC_JSON_TPL_DECLARATION
|
|
|
|
#undef NLOHMANN_BASIC_JSON_TPL
|
|
|
|
#undef JSON_EXPLICIT
|
2021-12-11 23:32:21 +01:00
|
|
|
#undef NLOHMANN_CAN_CALL_STD_FUNC_IMPL
|
2020-09-29 13:47:50 +02:00
|
|
|
|
|
|
|
#include <nlohmann/thirdparty/hedley/hedley_undef.hpp>
|