mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
split meta.hpp, add detected_t (used to define concepts)
This commit is contained in:
@ -48,7 +48,8 @@ SOFTWARE.
|
||||
|
||||
#include <nlohmann/json_fwd.hpp>
|
||||
#include <nlohmann/detail/macro_scope.hpp>
|
||||
#include <nlohmann/detail/meta.hpp>
|
||||
#include <nlohmann/detail/meta/cpp_future.hpp>
|
||||
#include <nlohmann/detail/meta/type_traits.hpp>
|
||||
#include <nlohmann/detail/exceptions.hpp>
|
||||
#include <nlohmann/detail/value_t.hpp>
|
||||
#include <nlohmann/detail/conversions/from_json.hpp>
|
||||
|
Reference in New Issue
Block a user