mirror of
https://github.com/nlohmann/json.git
synced 2026-03-04 08:16:27 +00:00
♻️ do not include experimental headers
This commit is contained in:
@@ -32,11 +32,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef JSON_HAS_CPP_17
|
||||
#if __has_include(<optional>)
|
||||
#include <optional>
|
||||
#elif __has_include(<experimental/optional>)
|
||||
#include <experimental/optional>
|
||||
#endif
|
||||
#include <optional>
|
||||
#endif
|
||||
|
||||
// disable float-equal warnings on GCC/clang
|
||||
|
||||
@@ -2109,11 +2109,7 @@ JSON_HEDLEY_DIAGNOSTIC_POP
|
||||
#endif
|
||||
|
||||
#ifdef JSON_HAS_CPP_17
|
||||
#if __has_include(<optional>)
|
||||
#include <optional>
|
||||
#elif __has_include(<experimental/optional>)
|
||||
#include <experimental/optional>
|
||||
#endif
|
||||
#include <optional>
|
||||
#endif
|
||||
|
||||
// disable float-equal warnings on GCC/clang
|
||||
|
||||
Reference in New Issue
Block a user