]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/container/test/vector_test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / container / test / vector_test.cpp
index 36eb6dc8462cbe376d40e4abee86c51280497cc1..a52cba75a114c845bf797d94cb0b6d67b13667a5 100644 (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
-
 }
 
 }}