mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Delete BOOST_CONTAINER_VECTOR_ITERATOR_IS_POINTER
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user