mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Implemented SCARY iterators for all containers
[SVN r85308]
This commit is contained in:
@@ -43,8 +43,8 @@ namespace container_detail {
|
||||
|
||||
#ifndef BOOST_CONTAINER_VECTOR_ITERATOR_IS_POINTER
|
||||
|
||||
template class vector_const_iterator<int*>;
|
||||
template class vector_iterator<int*>;
|
||||
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