[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
Tue Jan 4 13:04:21 PST 2022


philnik created this revision.
philnik added reviewers: Quuxplusone, ldionne, Mordante.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Add `std::tuple::swap(const std::tuple&)` and `swap(const std::tuple&, const std::tuple&)` overloads


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116621

Files:
  libcxx/include/tuple
  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.397382.patch
Type: text/x-patch
Size: 7296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220104/9a999079/attachment.bin>


More information about the libcxx-commits mailing list