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 7539895 commit d4f582dCopy full SHA for d4f582d
libcxx/include/__type_traits/invoke.h
@@ -73,7 +73,7 @@ struct __invoke_result_impl {};
73
template <class... _Args>
74
struct __invoke_result_impl<__void_t<__invoke_result_t<_Args...> >, _Args...> {
75
using type _LIBCPP_NODEBUG = __invoke_result_t<_Args...>;
76
-}
+};
77
78
79
using __invoke_result = __invoke_result_impl<void, _Args...>;
0 commit comments