json/include/nlohmann/detail/iterators
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
..
internal_iterator.hpp 🚨 fixed some clang-tidy warnings 2018-10-07 18:39:18 +02:00
iter_impl.hpp Make library buildable with -Werror=effc++ 2019-02-22 09:34:28 +01:00
iteration_proxy.hpp Disable -Wmismatched-tags warning on tuple_size / tuple_element 2019-01-30 12:59:50 -05:00
iterator_traits.hpp Code review. 2018-12-18 20:44:37 +00:00
json_reverse_iterator.hpp 🚨 fixed some clang-tidy warnings 2018-10-07 18:39:18 +02:00
primitive_iterator.hpp 🚨 fixed some clang-tidy warnings 2018-10-07 18:39:18 +02:00