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