diff --git a/libs/type_index/test/template_index_tests.ipp b/libs/type_index/test/template_index_tests.ipp index 9d4efda..234c758 100644 --- a/libs/type_index/test/template_index_tests.ipp +++ b/libs/type_index/test/template_index_tests.ipp @@ -107,6 +107,19 @@ BOOST_AUTO_TEST_CASE(template_id_storing_modifiers) test_with_modofiers(); test_with_modofiers(); test_with_modofiers(); + +#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES + test_with_modofiers(); + test_with_modofiers(); + test_with_modofiers(); + test_with_modofiers(); + test_with_modofiers(); + test_with_modofiers(); + test_with_modofiers(); + test_with_modofiers(); + test_with_modofiers(); + test_with_modofiers(); +#endif } template diff --git a/libs/type_index/test/type_index_tests.ipp b/libs/type_index/test/type_index_tests.ipp index 748ab44..22b16d6 100644 --- a/libs/type_index/test/type_index_tests.ipp +++ b/libs/type_index/test/type_index_tests.ipp @@ -157,6 +157,19 @@ BOOST_AUTO_TEST_CASE(type_id_storing_modifiers) test_with_modofiers_type_id(); test_with_modofiers_type_id(); test_with_modofiers_type_id(); + +#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES + test_with_modofiers_type_id(); + test_with_modofiers_type_id(); + test_with_modofiers_type_id(); + test_with_modofiers_type_id(); + test_with_modofiers_type_id(); + test_with_modofiers_type_id(); + test_with_modofiers_type_id(); + test_with_modofiers_type_id(); + test_with_modofiers_type_id(); + test_with_modofiers_type_id(); +#endif } template