[libcxx-commits] [libcxx] [libc++] Make std::pair trivially copyable if its members are (PR #89652)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jun 2 15:12:30 PDT 2024


================
@@ -0,0 +1,95 @@
+//===----------------------------------------------------------------------===//
+//
+// 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: gcc && (c++11 || c++14 || c++17)
----------------
EricWF wrote:

Or at minimum there should be a comment describing _why_ GCC isn't supported here. Because it's not at all obvious. 

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


More information about the libcxx-commits mailing list