🔥 deprecated iterator_wrapper #874

Also fixed some warnings from GCC.
This commit is contained in:
Niels Lohmann
2018-01-23 16:33:08 +01:00
parent 7eabb6ba36
commit 3c68a796df
10 changed files with 40 additions and 26 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace nlohmann
{
namespace detail
{
/// proxy class for the iterator_wrapper functions
/// proxy class for the items() function
template<typename IteratorType> class iteration_proxy
{
private: