diff options
Diffstat (limited to 'boost/multi_index/detail/seq_index_ops.hpp')
-rw-r--r-- | boost/multi_index/detail/seq_index_ops.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/multi_index/detail/seq_index_ops.hpp b/boost/multi_index/detail/seq_index_ops.hpp index a3c2bc1f04..142bdd9dd9 100644 --- a/boost/multi_index/detail/seq_index_ops.hpp +++ b/boost/multi_index/detail/seq_index_ops.hpp @@ -1,4 +1,4 @@ -/* Copyright 2003-2015 Joaquin M Lopez Munoz. +/* Copyright 2003-2016 Joaquin M Lopez Munoz. * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) @@ -110,6 +110,8 @@ BOOST_STATIC_CONSTANT( sequenced_index_sort_max_fill= (std::size_t)std::numeric_limits<std::size_t>::digits+1); +#include <boost/multi_index/detail/ignore_wstrict_aliasing.hpp> + template<typename Node,typename Compare> void sequenced_index_sort(Node* header,Compare comp) { @@ -190,6 +192,8 @@ void sequenced_index_sort(Node* header,Compare comp) BOOST_CATCH_END } +#include <boost/multi_index/detail/restore_wstrict_aliasing.hpp> + } /* namespace multi_index::detail */ } /* namespace multi_index */ |