Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessil committed Sep 14, 2024
1 parent e411c3e commit 8befda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/hopscotch_set_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<HSet::hasher>::value);
static_assert(std::is_nothrow_move_constructible<HSet::key_equal>::value);
static_assert(std::is_nothrow_move_constructible<typename HSet::hasher>::value);
static_assert(std::is_nothrow_move_constructible<typename HSet::key_equal>::value);
static_assert(std::is_nothrow_move_constructible<tsl::hh::power_of_two_growth_policy<2>>::value);
// static_assert(std::is_nothrow_move_constructible<buckets_container_type>::value);
// static_assert(std::is_nothrow_move_constructible<overflow_container_type>::value);
Expand Down

0 comments on commit 8befda5

Please sign in to comment.