mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
- Add configuration options to vector
- Cleanup tree configuration options
This commit is contained in:
@@ -38,13 +38,9 @@ template class boost::container::vector
|
||||
< test::movable_and_copyable_int
|
||||
, allocator<test::movable_and_copyable_int> >;
|
||||
|
||||
namespace dtl {
|
||||
|
||||
template class vec_iterator<int*, true >;
|
||||
template class vec_iterator<int*, false>;
|
||||
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
int test_expand_bwd()
|
||||
|
||||
Reference in New Issue
Block a user