From 6530b7870fc65aeb73a65f4f04d6b526a5395f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 27 Aug 2017 01:59:32 +0200 Subject: [PATCH] Use BOOST_FALLTHROUGH instead of the broken typo version --- include/boost/container/detail/copy_move_algo.hpp | 14 +++----------- include/boost/container/detail/workaround.hpp | 6 ------ 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/include/boost/container/detail/copy_move_algo.hpp b/include/boost/container/detail/copy_move_algo.hpp index 9044960..5293260 100644 --- a/include/boost/container/detail/copy_move_algo.hpp +++ b/include/boost/container/detail/copy_move_algo.hpp @@ -69,16 +69,12 @@ struct are_elements_contiguous< ::boost::move_iterator > // predeclarations ///////////////////////// -#ifndef BOOST_CONTAINER_VECTOR_ITERATOR_IS_POINTER - template class vector_iterator; template class vector_const_iterator; -#endif //BOOST_CONTAINER_VECTOR_ITERATOR_IS_POINTER - } //namespace container_detail { } //namespace container { @@ -97,8 +93,6 @@ namespace container_detail { //vector_[const_]iterator ///////////////////////// -#ifndef BOOST_CONTAINER_VECTOR_ITERATOR_IS_POINTER - template struct are_elements_contiguous > { @@ -111,8 +105,6 @@ struct are_elements_contiguous