Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/small_set.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/small_set.hpp b/base/small_set.hpp
index c99fade4e6..246872d394 100644
--- a/base/small_set.hpp
+++ b/base/small_set.hpp
@@ -30,7 +30,7 @@ public:
using difference_type = uint64_t;
using value_type = uint64_t;
using pointer = void;
- using reference = void;
+ using reference = uint64_t;
using iterator_category = std::forward_iterator_tag;
Iterator(uint64_t const * blocks, uint64_t current_block_index)