json/include/nlohmann/detail/input
abolz d46cf99a85 Improve performance of input_stream_adapter
Use the underlying streambuf to extract characters instead of the istream
interface and manually set the istream error state.

This slightly changes the behavior in case a streambuf operation throws
an exception.
2018-03-12 14:01:10 +01:00
..
binary_reader.hpp 🐛 fix for #962 2018-02-06 22:38:53 +01:00
input_adapters.hpp Improve performance of input_stream_adapter 2018-03-12 14:01:10 +01:00
lexer.hpp 🔨 trying to fix the leak 2018-03-08 07:36:56 +01:00
parser.hpp 🚑 hopefully fixed the memory leak 2018-03-08 17:11:15 +01:00