[libcxx-commits] [PATCH] D61293: Fix make_from_tuple when given a tuple containing rvalues
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 29 22:45:25 PDT 2019
EricWF requested changes to this revision.
EricWF added a comment.
This revision now requires changes to proceed.
As mentioned on llvm.org/PR41643, this isn't a bug in libc++. We implement the standard as specified, and we can't change the required behavior of `<tuple>` without also changing the standard.
This change cannot proceed.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61293/new/
https://reviews.llvm.org/D61293
More information about the libcxx-commits
mailing list