summaryrefslogtreecommitdiff
path: root/src/context/cdhashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/context/cdhashmap.h')
-rw-r--r--src/context/cdhashmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/cdhashmap.h b/src/context/cdhashmap.h
index 16c3a09e3..d765905d6 100644
--- a/src/context/cdhashmap.h
+++ b/src/context/cdhashmap.h
@@ -421,7 +421,7 @@ class CDHashMap : public ContextObj
const Element* d_it;
public:
- using iterator_category = std::input_iterator_tag;
+ using iterator_category = std::forward_iterator_tag;
using value_type = typename CDOhash_map<Key, Data, HashFcn>::value_type;
using difference_type = ptrdiff_t;
using pointer = typename CDOhash_map<Key, Data, HashFcn>::value_type*;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback