This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Addresses LWG3764.
ClosedPublic

Authored by Mordante on Jan 28 2023, 9:54 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG76804e89b343: [libc++] Addresses LWG3764.
Summary
LWG3764 reference_wrapper::operator() should propagate noexcept

As drive-by adds constexpr to the synopsis, since it has already been
implemented.

Diff Detail

Event Timeline

Mordante created this revision.Jan 28 2023, 9:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2023, 9:54 AM
Mordante requested review of this revision.Jan 28 2023, 9:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2023, 9:54 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jan 31 2023, 10:09 AM
This revision is now accepted and ready to land.Jan 31 2023, 10:09 AM
This revision was automatically updated to reflect the committed changes.