LWG3764 reference_wrapper::operator() should propagate noexcept
As drive-by adds constexpr to the synopsis, since it has already been
implemented.
Paths
| Differential D142814
[libc++] Addresses LWG3764. ClosedPublic Authored by Mordante on Jan 28 2023, 9:54 AM.
Details
Summary LWG3764 reference_wrapper::operator() should propagate noexcept As drive-by adds constexpr to the synopsis, since it has already been
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 31 2023, 10:09 AM Closed by commit rG76804e89b343: [libc++] Addresses LWG3764. (authored by Mordante). · Explain WhyJan 31 2023, 10:59 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 493015 libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/__functional/reference_wrapper.h
libcxx/include/functional
libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/invoke.pass.cpp
|