We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d83b6 commit e68ddbeCopy full SHA for e68ddbe
test/function_traits_test.cpp
@@ -536,4 +536,4 @@ TEST(Function_Traits, Const_Volatile_RRef_Noexcept_Variadic)
536
EXPECT_TRUE((is_rvalue_ref_fn_v<T> == true));
537
EXPECT_TRUE((is_noexcept_fn_v<T> == true));
538
EXPECT_TRUE((is_c_variadic_fn_v<T> == true));
539
-}
+}
0 commit comments