mirror of
https://github.com/TartanLlama/optional.git
synced 2025-08-01 02:44:27 +02:00
Bases fix
This commit is contained in:
@@ -102,9 +102,6 @@ TEST_CASE("Deletion", "[bases.deletion]") {
|
||||
};
|
||||
REQUIRE(std::is_copy_constructible<tl::optional<T>>::value);
|
||||
REQUIRE(std::is_copy_assignable<tl::optional<T>>::value);
|
||||
//TODO see why this fails
|
||||
//REQUIRE(!std::is_move_constructible<tl::optional<T>>::value);
|
||||
//REQUIRE(!std::is_move_assignable<tl::optional<T>>::value);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user