diff --git a/libcxx/include/experimental/meta b/libcxx/include/experimental/meta index c46ea47df861c6..5a495227a04295 100644 --- a/libcxx/include/experimental/meta +++ b/libcxx/include/experimental/meta @@ -909,8 +909,8 @@ consteval auto is_explicit(info r) -> bool { return __metafunction(detail::__metafn_is_explicit, r); } -// Returns whether the reflected function, function pointer, function type, -// non-generic lambda expression, or non-generic closure type is noexcept. +// Returns whether the reflected function type, function or member function +// is noexcept. consteval auto is_noexcept(info r) -> bool { return __metafunction(detail::__metafn_is_noexcept, r); }