json/include/nlohmann/detail
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
..
conversions add new is_constructible_* traits used in from_json 2018-10-16 14:00:34 +02:00
input Set eofbit on exhausted input stream. 2018-11-08 11:41:17 +01:00
iterators 🚨 fixed some clang-tidy warnings 2018-10-07 18:39:18 +02:00
meta 🚑 fixed #1319 2018-10-30 17:29:05 +01:00
output ✏️ fixed some typos 2018-10-28 14:20:20 +01:00
exceptions.hpp BSON: Improved exception-related tests and report location of U+0000 in the key-string as part of out_of_range.409-message 2018-10-18 20:05:46 +02:00
json_pointer.hpp 🚨 fixed some more linter warnings 2018-10-28 09:15:41 +01:00
json_ref.hpp add constraints for variadic json_ref constructors 2018-10-12 10:54:58 +02:00
macro_scope.hpp 🚨 fixed some more linter warnings 2018-10-28 09:15:41 +01:00
macro_unscope.hpp use detected instead of has_* traits 2018-09-07 12:17:59 +02:00
value_t.hpp 🚨 fixed some clang-tidy warnings 2018-10-07 18:39:18 +02:00