summaryrefslogtreecommitdiff
path: root/boost/multi_index/ordered_index.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/multi_index/ordered_index.hpp')
-rw-r--r--boost/multi_index/ordered_index.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/multi_index/ordered_index.hpp b/boost/multi_index/ordered_index.hpp
index 3f0ae5d84a..267f1538fb 100644
--- a/boost/multi_index/ordered_index.hpp
+++ b/boost/multi_index/ordered_index.hpp
@@ -987,6 +987,7 @@ private:
struct link_info
{
+ /* coverity[uninit_ctor]: suppress warning */
link_info():side(to_left){}
ordered_index_side side;