mirror of
https://github.com/boostorg/container.git
synced 2026-07-11 02:30:57 +02:00
Use explicit instantiation for iterators defined outside the class in order to detect compilation errors.
[SVN r82815]
This commit is contained in:
@@ -39,6 +39,13 @@ template class boost::container::vector<test::movable_and_copyable_int,
|
||||
template class boost::container::vector<test::movable_and_copyable_int,
|
||||
std::allocator<test::movable_and_copyable_int> >;
|
||||
|
||||
namespace container_detail {
|
||||
|
||||
template class vector_const_iterator<int*>;
|
||||
template class vector_iterator<int*>;
|
||||
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
int test_expand_bwd()
|
||||
|
||||
Reference in New Issue
Block a user