Skip to content

Commit

Permalink
Update meta comment to match changed specs
Browse files Browse the repository at this point in the history
  • Loading branch information
delimbetov committed Jul 1, 2024
1 parent bde2c60 commit 6b31ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcxx/include/experimental/meta
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 6b31ff4

Please sign in to comment.