json/include/nlohmann/detail/input
Florian Kauer 74ebbd2912 Make library buildable with -Werror=effc++
Adding initialization of several members to avoid the
error: ... should be initialized in the member initialization list

Deleting copy constructors and assignment operators for classes
with pointer data member to avoid the
error: ... has pointer data members but does not override ...
2019-02-22 09:34:28 +01:00
..
binary_reader.hpp Make library buildable with -Werror=effc++ 2019-02-22 09:34:28 +01:00
input_adapters.hpp Make library buildable with -Werror=effc++ 2019-02-22 09:34:28 +01:00
json_sax.hpp Make library buildable with -Werror=effc++ 2019-02-22 09:34:28 +01:00
lexer.hpp Make library buildable with -Werror=effc++ 2019-02-22 09:34:28 +01: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