diff --git a/test/explicit_inst_vector_test.cpp b/test/explicit_inst_vector_test.cpp index 619dfc9..c6700fe 100644 --- a/test/explicit_inst_vector_test.cpp +++ b/test/explicit_inst_vector_test.cpp @@ -38,6 +38,12 @@ template class boost::container::vector template class vec_iterator; template class vec_iterator; +//Test stored_size option +template class boost::container::vector< test::movable_and_copyable_int + , new_allocator + , vector_options< stored_size >::type + >; + } //namespace boost { } //namespace container {