Imported Upstream version 1.64.0
[platform/upstream/boost.git] / boost / multi_index / detail / seq_index_ops.hpp
index a3c2bc1..142bdd9 100644 (file)
@@ -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 */