Commit e070aed8 authored by Niels's avatar Niels

cleanup

parent 2bc5d893
......@@ -4169,8 +4169,6 @@ class basic_json
class primitive_iterator_t
{
public:
primitive_iterator_t() = default;
/// set iterator to a defined beginning
void set_begin()
{
......@@ -4202,7 +4200,7 @@ class basic_json
}
/// return value to compare
operator const difference_type& () const
operator const difference_type () const
{
return m_it;
}
......
......@@ -4169,8 +4169,6 @@ class basic_json
class primitive_iterator_t
{
public:
primitive_iterator_t() = default;
/// set iterator to a defined beginning
void set_begin()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment