Commit Graph

4 Commits

Author SHA1 Message Date
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
efp
349b19b84f Added input_position struct to record char, line, and column
Added line and column number to parse error
2018-08-23 10:31:06 -06:00
Niels Lohmann
33a9b00ce6
🐛 fix for #962
Added out_of_range exception for UBJSON containers with sizes that exceed the target container's max_size.
2018-02-06 22:38:53 +01:00
Théo DELRIEU
14cd019861
fix cmake install directory (for real this time)
* Rename 'develop' folder to 'include/nlohmann'
* Rename 'src' folder to 'single_include/nlohmann'
* Use <nlohmann/*> headers in sources and tests
* Change amalgamate config file
2018-02-01 11:06:51 +01:00