
12 Jun
2009
12 Jun
'09
7:05 a.m.
2009/6/11 Christian Schladetsch <christian.schladetsch@gmail.com>:
template<typename C> void test_loop_monotonic() { boost::monotonic::inline_storage<100000> storage; boost::monotonic::vector<Foo<C> > vec(storage); Foo<C> orig = { 'A', 65 }; vec.assign(ELEM_COUNT, orig); }
This doesn't even compile for me (GCC 4.3.3), apparently because it can't swap the allocators.