split meta.hpp, add detected_t (used to define concepts)

This commit is contained in:
Théo DELRIEU
2018-07-24 13:22:44 +02:00
parent 3ac2d81a95
commit f6febbe359
12 changed files with 222 additions and 121 deletions
+2 -1
View File
@@ -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>