mirror of
https://github.com/nlohmann/json.git
synced 2025-07-13 20:21:48 +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