| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| cmake_add_subdirectory | ||
| cmake_import | ||
| cmake_import_minver | ||
| data | ||
| reports | ||
| src | ||
| thirdparty | ||
| CMakeLists.txt | ||
| Makefile |
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
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| cmake_add_subdirectory | Loading commit data... | |
| cmake_import | Loading commit data... | |
| cmake_import_minver | Loading commit data... | |
| data | Loading commit data... | |
| reports | Loading commit data... | |
| src | Loading commit data... | |
| thirdparty | Loading commit data... | |
| CMakeLists.txt | Loading commit data... | |
| Makefile | Loading commit data... |