json/include/nlohmann
Théo DELRIEU 80df5e8de6
meta: fix is_compatible/constructible traits (#3020)
The previous version relied on the existence of an 'iterator' type.

As mentioned in comments, this is not the proper way to do it and
causes issues with certain types (e.g. views from range-v3).

Add a 'is_range' trait that properly detects the return type of
'begin'/'end', and use it in instead.
2021-10-07 12:32:25 +02:00
..
detail meta: fix is_compatible/constructible traits (#3020) 2021-10-07 12:32:25 +02:00
thirdparty/hedley 🚨 add new CI and fix warnings (#2561) 2021-03-24 07:15:18 +01:00
adl_serializer.hpp Updated comments as requested. 2021-01-23 18:24:47 +01:00
byte_container_with_subtype.hpp Overwork warning flags (#2936) 2021-08-17 14:43:43 +02:00
json.hpp Fix assertion failure for JSON_DIAGNOSTICS (#3037) 2021-10-07 12:24:09 +02:00
json_fwd.hpp Fix compilation for xcode 9.x 2020-07-03 01:44:18 +01:00
ordered_map.hpp 🚨 add new CI and fix warnings (#2561) 2021-03-24 07:15:18 +01:00