diff --git a/test/variant.cpp b/test/variant.cpp index bb12dcf..48d5c94 100644 --- a/test/variant.cpp +++ b/test/variant.cpp @@ -902,7 +902,7 @@ UNIT_TEST(incomplete_default_ctor) { auto w = test_func(); } - static_assert(std::is_same, +static_assert(std::is_same, typename filter_overloads>::type>::value, "");