json/include/nlohmann/detail
efp 21febe645a Neglected to run amalgamate before running checks... it wasn't obvious
that was necessary.

Had to fix some calls from the sax_parser. Easiest way was to add an
explicit conversion from input_position to size_t (that returns the
number of characters read). This strikes me as a reasonable approach
where lines are not relevant.

Now, there are unit test failures where parse_error strings are checked
against literals. Not sure I want to tackle changing all those :(
2018-08-26 11:23:33 -06:00
..
conversions split meta.hpp, add detected_t (used to define concepts) 2018-08-16 11:58:42 +02:00
input Added input_position struct to record char, line, and column 2018-08-23 10:31:06 -06:00
iterators split meta.hpp, add detected_t (used to define concepts) 2018-08-16 11:58:42 +02:00
meta add static_asserts on SAX interface 2018-08-16 11:59:57 +02:00
output split meta.hpp, add detected_t (used to define concepts) 2018-08-16 11:58:42 +02:00
exceptions.hpp Neglected to run amalgamate before running checks... it wasn't obvious 2018-08-26 11:23:33 -06:00
json_pointer.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
json_ref.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00
macro_scope.hpp Add new JSON_INTERNAL_CATCH macro function 2018-07-19 15:43:41 +09:00
macro_unscope.hpp Add new JSON_INTERNAL_CATCH macro function 2018-07-19 15:43:41 +09:00
value_t.hpp fix cmake install directory (for real this time) 2018-02-01 11:06:51 +01:00