[libcxx-commits] [PATCH] D61293: Fix make_from_tuple when given a tuple containing rvalues

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 29 21:18:36 PDT 2019


jloser added inline comments.


================
Comment at: include/tuple:1386
+template<class..._Ts>
+struct __is_rvalue_tuple<const tuple<_Ts&&...> &> : true_type { };
+
----------------
Do we need specializations for `volatile` too?


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