mirror of
https://github.com/nlohmann/json.git
synced 2025-07-15 07:41:50 +03:00
cleanup
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user