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

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 8 22:38:26 PST 2025


================
@@ -0,0 +1,48 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// REQUIRES: std-at-least-c++26
+// <utility>
+
+// structured binding support for integer_sequence
+
----------------
Tsche wrote:

I've added synopsis to the test files.

If you wish I can split it up, but I'd rather prefer to keep it in one file. We are not testing 3 distinct properties, we are testing only one thing - whether the type implements the tuple interface or not. I'd like to keep code repetition low.

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


More information about the libcxx-commits mailing list