mirror of
https://github.com/nlohmann/json
synced 2024-11-26 05:40:07 +00:00
80df5e8de6
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. |
||
---|---|---|
.. | ||
call_std | ||
cpp_future.hpp | ||
detected.hpp | ||
identity_tag.hpp | ||
is_sax.hpp | ||
type_traits.hpp | ||
void_t.hpp |