diff --git a/tests/hopscotch_set_tests.cpp b/tests/hopscotch_set_tests.cpp index 8204548..7ade55b 100644 --- a/tests/hopscotch_set_tests.cpp +++ b/tests/hopscotch_set_tests.cpp @@ -164,8 +164,8 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(test_insert_transparent_hint, HSet, } BOOST_AUTO_TEST_CASE_TEMPLATE(test_noexcept, HSet, test_types) { - static_assert(std::is_nothrow_move_constructible::value); - static_assert(std::is_nothrow_move_constructible::value); + static_assert(std::is_nothrow_move_constructible::value); + static_assert(std::is_nothrow_move_constructible::value); static_assert(std::is_nothrow_move_constructible>::value); // static_assert(std::is_nothrow_move_constructible::value); // static_assert(std::is_nothrow_move_constructible::value);