Skip to content

Commit d4f582d

Browse files
committed
Another try
1 parent 7539895 commit d4f582d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__type_traits/invoke.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct __invoke_result_impl {};
7373
template <class... _Args>
7474
struct __invoke_result_impl<__void_t<__invoke_result_t<_Args...> >, _Args...> {
7575
using type _LIBCPP_NODEBUG = __invoke_result_t<_Args...>;
76-
}
76+
};
7777

7878
template <class... _Args>
7979
using __invoke_result = __invoke_result_impl<void, _Args...>;

0 commit comments

Comments
 (0)