1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-13 20:21:48 +03:00

fixed build

This commit is contained in:
Niels
2015-08-02 21:35:07 +02:00
parent b5a05e1121
commit e64dc532ab
3 changed files with 4 additions and 4 deletions

View File

@ -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;