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 abbb273 commit dfbe219Copy full SHA for dfbe219
libcxx/include/__type_traits/invoke.h
@@ -73,7 +73,7 @@ struct __invoke_result {
73
};
74
75
template <class... _Args>
76
-__invoke_result_t<_Args...> __invoke(_Args&&... __args)
+_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR __invoke_result_t<_Args...> __invoke(_Args&&... __args)
77
_NOEXCEPT_(noexcept(__builtin_invoke(std::forward<_Args>(__args)...))) {
78
return __builtin_invoke(std::forward<_Args>(__args)...);
79
}
0 commit comments