- Add configuration options to vector

- Cleanup tree configuration options
This commit is contained in:
Ion Gaztañaga
2017-12-10 23:33:41 +01:00
parent 82abe673fc
commit 2802a1f50d
26 changed files with 1122 additions and 511 deletions

View File

@@ -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()