[PATCH] D21314: Make pair and tuple respect is_copy_assignable and is_move_assignable

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 13 17:10:19 PDT 2016


EricWF retitled this revision from "Make pair respect is_copy_assignable and is_move_assignable" to "Make pair and tuple respect is_copy_assignable and is_move_assignable".
EricWF updated this revision to Diff 60631.
EricWF added a comment.



- Remove `= default` copy/move constructors in pair. Let the compiler implicitly mark them as default.
- Roughly implement the changes in `<tuple>` This still needs a ton more tests.


http://reviews.llvm.org/D21314

Files:
  include/tuple
  include/utility
  test/test.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21314.60631.patch
Type: text/x-patch
Size: 8062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160614/2c02eeaa/attachment.bin>


More information about the cfe-commits mailing list