[PATCH] D14839: [libcxx] LWG2485: get() should be overloaded for const tuple&&

Agustín Bergé via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 19 12:56:05 PST 2015


K-ballo created this revision.
K-ballo added reviewers: mclow.lists, EricWF.
K-ballo added a subscriber: cfe-commits.

Implement LWG2485, `get()` should be overloaded for `const tuple&&`.

http://reviews.llvm.org/D14839

Files:
  include/__tuple
  include/array
  include/tuple
  include/utility
  test/std/containers/sequences/array/array.tuple/get_const_rv.pass.cpp
  test/std/utilities/tuple/tuple.tuple/tuple.elem/get_const_rv.fail.cpp
  test/std/utilities/tuple/tuple.tuple/tuple.elem/get_const_rv.pass.cpp
  test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.pass.cpp
  test/std/utilities/utility/pairs/pair.astuple/get_const_rv.pass.cpp
  test/std/utilities/utility/pairs/pair.astuple/pairs.by.type.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14839.40694.patch
Type: text/x-patch
Size: 13693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151119/c1e40ad4/attachment-0001.bin>


More information about the cfe-commits mailing list