json/test
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
..
cmake_add_subdirectory cmake: add import config tests 2018-09-30 22:52:47 -04:00
cmake_import cmake: add import config tests 2018-09-30 22:52:47 -04:00
cmake_import_minver cmake: add import config tests 2018-09-30 22:52:47 -04:00
data added more tests from recent nst's JSONTestSuite 2018-05-17 10:10:01 +02:00
reports added fuzzing results 2016-10-02 11:23:47 +02:00
src add new is_constructible_* traits used in from_json 2018-10-16 14:00:34 +02:00
thirdparty ⬆️ Catch 1.12.0 2018-08-18 12:02:12 +02:00
CMakeLists.txt Merge pull request #1271 from chuckatkins/cleanup-deprecated-warnings 2018-10-02 22:07:18 +02:00
Makefile 🚧 added input adapter for wide strings #1031 2018-04-01 19:12:36 +02:00