[libcxx-commits] [PATCH] D116621: [libc++][P2321R2] Add const overloads to tuple swap
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 30 16:07:15 PST 2022
philnik updated this revision to Diff 404414.
philnik added a comment.
- Updated test
- Fixed swap
- Add constructor and assignment overloads
I know the tests aren't covering everything. First of all I want to know if I understood the standard correctly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116621/new/
https://reviews.llvm.org/D116621
Files:
libcxx/include/tuple
libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/assign.pass.cpp
libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_cpp23.pass.cpp
libcxx/test/std/utilities/tuple/tuple.tuple/tuple.special/non_member_swap_const.pass.cpp
libcxx/test/std/utilities/tuple/tuple.tuple/tuple.swap/member_swap_const.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116621.404414.patch
Type: text/x-patch
Size: 22337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220131/bc4be9d2/attachment-0001.bin>
More information about the libcxx-commits
mailing list