Fix msvc warnings

This commit is contained in:
Christian Mazakas
2023-01-31 09:03:25 -08:00
parent b9fcfeb24e
commit e5320df017
2 changed files with 16 additions and 18 deletions
-2
View File
@@ -244,8 +244,6 @@ namespace noexcept_tests {
template <class X> static void test_nothrow_move_when_noexcept(X*)
{
X throwing_set;
if (have_is_nothrow_move) {
BOOST_TEST(boost::is_nothrow_move_constructible<X>::value);
}