[libcxx-commits] [libcxx] [libc++] P1789R3: Library Support for Expansion Statements (PR #167184)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 8 23:43:23 PST 2025


================
@@ -67,6 +72,30 @@ _LIBCPP_HIDE_FROM_ABI constexpr void __for_each_index_sequence(index_sequence<_I
 }
 #    endif // _LIBCPP_STD_VER >= 20
 
+#    if _LIBCPP_STD_VER >= 26
+// structured binding support for integer_sequence
+template <typename _Tp, _Tp... _Indices>
----------------
H-G-Hristov wrote:

AFAIK. We tend to try to keep to the standard wording as close as possible.

https://github.com/llvm/llvm-project/pull/167184


More information about the libcxx-commits mailing list