From 0143caf985cfb3b45df8aa1089714fba4e13b656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 9 Aug 2020 23:23:56 +0200 Subject: [PATCH] Explicitly instantiate "stored_size" option to catch conversion warnings --- test/explicit_inst_vector_test.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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 {