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