[libcxx-commits] [PATCH] D62454: SFINAE on pair/tuple assignment operators 2729

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 25 12:13:01 PDT 2019


zoecarver created this revision.
zoecarver added reviewers: mclow.lists, ldionne.
Herald added subscribers: libcxx-commits, dexonsmith.

This patch ensures that SFINAE is used to delete assignment operators in pair and tuple based on issue 2729 <https://cplusplus.github.io/LWG/issue2729>.


Repository:
  rCXX libc++

https://reviews.llvm.org/D62454

Files:
  test/std/utilities/tuple/tuple.tuple/tuple.assign/sfinae_tuple_assignment.fail.cpp
  test/std/utilities/utility/pairs/pairs.pair/sfinae_pair_assignment.fail.cpp
  www/cxx1z_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62454.201420.patch
Type: text/x-patch
Size: 8437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190525/6b14997e/attachment.bin>


More information about the libcxx-commits mailing list