[libcxx-commits] [libcxx] [libc++][complex] P2819R2: Add `tuple` protocol to `complex` (PR #79744)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 12 11:16:37 PST 2024


================
@@ -0,0 +1,76 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17
+
----------------
mordante wrote:

Can you add a short description what this test does?

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


More information about the libcxx-commits mailing list