mirror of
https://github.com/boostorg/container.git
synced 2026-02-24 03:52:15 +00:00
Fixes Trac issue #9801 ("I can no longer create and iterator_range from a stable_vector")
This commit is contained in:
@@ -56,12 +56,8 @@ template class stable_vector
|
||||
< test::movable_and_copyable_int
|
||||
, node_allocator<test::movable_and_copyable_int> >;
|
||||
|
||||
namespace stable_vector_detail{
|
||||
|
||||
template class iterator<int*, false>;
|
||||
template class iterator<int*, true >;
|
||||
|
||||
} //namespace stable_vector_detail{
|
||||
template class stable_vector_iterator<int*, false>;
|
||||
template class stable_vector_iterator<int*, true >;
|
||||
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user