fixed build
This commit is contained in:
parent
b5a05e1121
commit
e64dc532ab
3 changed files with 4 additions and 4 deletions
src
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue