[libcxx-commits] [PATCH] D142814: [libc++] Addresses LWG3764.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jan 28 09:54:09 PST 2023
Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
LWG3764 reference_wrapper::operator() should propagate noexcept
As drive-by adds constexpr to the synopsis, since it has already been
implemented.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142814
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142814.493015.patch
Type: text/x-patch
Size: 18090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230128/df0b62b4/attachment.bin>
More information about the libcxx-commits
mailing list