summaryrefslogtreecommitdiff
path: root/boost/multi_index/detail/hash_index_iterator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multi_index/detail/hash_index_iterator.hpp')
-rw-r--r--boost/multi_index/detail/hash_index_iterator.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/multi_index/detail/hash_index_iterator.hpp b/boost/multi_index/detail/hash_index_iterator.hpp
index f8e983dbb4..8d063002a1 100644
--- a/boost/multi_index/detail/hash_index_iterator.hpp
+++ b/boost/multi_index/detail/hash_index_iterator.hpp
@@ -44,6 +44,7 @@ class hashed_index_iterator:
const typename Node::value_type&>
{
public:
+ /* coverity[uninit_ctor]: suppress warning */
hashed_index_iterator(){}
hashed_index_iterator(Node* node_):node(node_){}