mirror of
https://github.com/nlohmann/json.git
synced 2026-03-12 04:01:24 +00:00
remove constraints on JSONSerializer instances, constrain correctly new methods
This commit is contained in:
committed by
Théo DELRIEU
parent
23bd2bce35
commit
88819449c2
@@ -397,7 +397,7 @@ struct my_serializer
|
||||
}
|
||||
};
|
||||
|
||||
/*using my_json = nlohmann::basic_json<std::map, std::vector, std::string, bool,
|
||||
using my_json = nlohmann::basic_json<std::map, std::vector, std::string, bool,
|
||||
std::int64_t, std::uint64_t, double,
|
||||
std::allocator, my_serializer>;
|
||||
|
||||
@@ -430,4 +430,3 @@ TEST_CASE("custom serializer")
|
||||
CHECK(pod2 == pod);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user