[libcxx-commits] [PATCH] D109066: [libc++] Implement P1951, default arguments for pair's forwarding constructor
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 8 16:22:34 PDT 2021
ldionne updated this revision to Diff 371470.
ldionne marked an inline comment as done.
ldionne added a comment.
Herald added a subscriber: aheejin.
Address review comments and try to silence GCC potential bug.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109066/new/
https://reviews.llvm.org/D109066
Files:
libcxx/docs/Status/Cxx2bPapers.csv
libcxx/include/__utility/pair.h
libcxx/include/utility
libcxx/test/std/utilities/utility/pairs/pairs.pair/U_V.pass.cpp
libcxx/test/std/utilities/utility/pairs/pairs.pair/ctor.brace-init.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109066.371470.patch
Type: text/x-patch
Size: 9460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210908/2dd6c0a5/attachment.bin>
More information about the libcxx-commits
mailing list