json/include/nlohmann/detail
Théo DELRIEU 45c8af2c46
add new is_constructible_* traits used in from_json
is_compatible_* traits were used in from_json, but it made no sense
whatsoever.

It used to work because of non-SFINAE correctness + json_ref
unconstrained variadic template constructor.

SFINAE checks are becoming quite complex, we need a specification of
some sort describing:

* which concepts the library uses
* how the conversion to/from json works in detail

Having such a specification would really help simplifying the current
code (as well as having meaningful checks).

Fixes !1299
2018-10-16 14:00:34 +02:00
..
conversions add new is_constructible_* traits used in from_json 2018-10-16 14:00:34 +02:00
input Merge pull request #1282 from nlohmann/feature/lines_columns 2018-10-08 22:17:33 +02:00
iterators 🚨 fixed some clang-tidy warnings 2018-10-07 18:39:18 +02:00
meta add new is_constructible_* traits used in from_json 2018-10-16 14:00:34 +02:00
output 🚑 fixed compilation error 2018-10-07 21:34:40 +02:00
exceptions.hpp Merge pull request #1282 from nlohmann/feature/lines_columns 2018-10-08 22:17:33 +02:00
json_pointer.hpp 🚨 fixed some clang-tidy warnings 2018-10-07 18:39:18 +02:00
json_ref.hpp add constraints for variadic json_ref constructors 2018-10-12 10:54:58 +02:00
macro_scope.hpp Patch nlohmann/json for GCC 4.8 2018-09-25 18:10:20 +02:00
macro_unscope.hpp use detected instead of has_* traits 2018-09-07 12:17:59 +02:00
value_t.hpp 🚨 fixed some clang-tidy warnings 2018-10-07 18:39:18 +02:00