[libcxx-commits] [libcxx] [libc++] Implement std::make_from_tuple mandates: If tuple_size_v<remove_reference_t<Tuple>> is 1, then reference_constructs_from_temporary_v<T, decltype(get<0>(declval<Tuple>()))> is false. (PR #152867)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 11 00:34:05 PDT 2025


https://github.com/frederick-vs-ja edited https://github.com/llvm/llvm-project/pull/152867


More information about the libcxx-commits mailing list