json/include/nlohmann/detail/input
mefyl aa10382629 Set eofbit on exhausted input stream.
Fix issue #1340.

        The eofbit is set manually since we don't go through the
	stream interface. We could maybe use the stream interface
	instead, but there are some assumptions regarding which
	exception go through, so this seems to be the most prudent
	approach for now.
2018-11-08 11:41:17 +01:00
..
binary_reader.hpp 🚨 fixed a linter warning 2018-10-31 20:30:24 +01:00
input_adapters.hpp Set eofbit on exhausted input stream. 2018-11-08 11:41:17 +01:00
json_sax.hpp Merge pull request #1282 from nlohmann/feature/lines_columns 2018-10-08 22:17:33 +02:00
lexer.hpp Merge pull request #1282 from nlohmann/feature/lines_columns 2018-10-08 22:17:33 +02:00
parser.hpp ✏️ fixed some typos 2018-10-28 14:20:20 +01:00
position_t.hpp added line positions to error messages 2018-10-07 12:27:24 +02:00