This commit is contained in:
Niels 2015-07-06 21:12:50 +02:00
parent 2bc5d893c8
commit e070aed8a7
2 changed files with 1 additions and 5 deletions

View file

@ -4169,8 +4169,6 @@ class basic_json
class primitive_iterator_t class primitive_iterator_t
{ {
public: public:
primitive_iterator_t() = default;
/// set iterator to a defined beginning /// set iterator to a defined beginning
void set_begin() void set_begin()
{ {
@ -4202,7 +4200,7 @@ class basic_json
} }
/// return value to compare /// return value to compare
operator const difference_type& () const operator const difference_type () const
{ {
return m_it; return m_it;
} }

View file

@ -4169,8 +4169,6 @@ class basic_json
class primitive_iterator_t class primitive_iterator_t
{ {
public: public:
primitive_iterator_t() = default;
/// set iterator to a defined beginning /// set iterator to a defined beginning
void set_begin() void set_begin()
{ {