| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| conversions | ||
| input | ||
| iterators | ||
| meta | ||
| output | ||
| exceptions.hpp | ||
| json_pointer.hpp | ||
| json_ref.hpp | ||
| macro_scope.hpp | ||
| macro_unscope.hpp | ||
| value_t.hpp |
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 |
|---|---|---|
| .. | ||
| conversions | Loading commit data... | |
| input | Loading commit data... | |
| iterators | Loading commit data... | |
| meta | Loading commit data... | |
| output | Loading commit data... | |
| exceptions.hpp | Loading commit data... | |
| json_pointer.hpp | Loading commit data... | |
| json_ref.hpp | Loading commit data... | |
| macro_scope.hpp | Loading commit data... | |
| macro_unscope.hpp | Loading commit data... | |
| value_t.hpp | Loading commit data... |