mirror of
https://github.com/nlohmann/json.git
synced 2026-03-06 09:16:25 +00:00
fixed build
This commit is contained in:
@@ -5752,7 +5752,7 @@ class basic_json
|
||||
}
|
||||
|
||||
/// increment operator (needed for range-based for)
|
||||
iterator_wrapper_internal operator++()
|
||||
iterator_wrapper_internal& operator++()
|
||||
{
|
||||
++anchor;
|
||||
++array_index;
|
||||
|
||||
@@ -5752,7 +5752,7 @@ class basic_json
|
||||
}
|
||||
|
||||
/// increment operator (needed for range-based for)
|
||||
iterator_wrapper_internal operator++()
|
||||
iterator_wrapper_internal& operator++()
|
||||
{
|
||||
++anchor;
|
||||
++array_index;
|
||||
|
||||
Reference in New Issue
Block a user