Delete BOOST_CONTAINER_VECTOR_ITERATOR_IS_POINTER

This commit is contained in:
Ion Gaztañaga
2017-08-27 01:03:24 +02:00
parent f92299434e
commit 21fbd71ef3
2 changed files with 24 additions and 71 deletions

View File

@@ -40,13 +40,9 @@ template class boost::container::vector
namespace container_detail {
#ifndef BOOST_CONTAINER_VECTOR_ITERATOR_IS_POINTER
template class vec_iterator<int*, true >;
template class vec_iterator<int*, false>;
#endif //BOOST_CONTAINER_VECTOR_ITERATOR_IS_POINTER
}
}}