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
No known key found for this signature in database
GPG key ID: 7D6E00D1DF01DEAF
12 changed files with 222 additions and 121 deletions

View file

@ -317,8 +317,8 @@ TEST_CASE("object inspection")
SECTION("round trips")
{
for (const auto& s :
{"3.141592653589793", "1000000000000000010E5"
})
{"3.141592653589793", "1000000000000000010E5"
})
{
json j1 = json::parse(s);
std::string s1 = j1.dump();