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