mirror of
https://github.com/TartanLlama/expected.git
synced 2025-08-03 10:54:31 +02:00
Fix MSVC error
This commit is contained in:
@@ -68,7 +68,7 @@ TEST_CASE("Deletion", "[bases.deletion]") {
|
||||
|
||||
{
|
||||
struct T {
|
||||
T(int);
|
||||
T(int){}
|
||||
};
|
||||
REQUIRE(!std::is_default_constructible<tl::expected<T,int>>::value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user