Dmitry Arkhipov
Dmitry Arkhipov
Its reason for existence seems to have been standalone mode, which is no more.
This might become more relavant as people will use standard range views.
None of its error codes have anything to do with assignment. They are in fact conversion errors. In #741 a `condition::conversion_error` will be added, so all those error codes should...
Documentation would benefit from the info on implementation-limits-related design choices. * Guaranteed roundtrip for `value` -> serialized text -> value (but note that infinity and NaN can be in the...
Examples of input JSON-s contain a lot of escape characters in string literals, like in https://www.boost.org/doc/libs/develop/libs/json/doc/html/json/dom/conversion.html This makes it difficult to read. Consider using raw string literals. Instead of ```c++...