Fix MSVC error

This commit is contained in:
Simon Brand
2018-08-22 14:02:43 +01:00
parent 266bd8f18d
commit e72a56d40d

View File

@@ -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);
} }