[libcxx-commits] [libcxx] Implement P1885R12: `<text_encoding>` header (PR #141312)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sat May 24 06:05:37 PDT 2025


================
@@ -0,0 +1,56 @@
+
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// <text_encoding>
+
+// libc++ not built with C++26 yet
+// XFAIL: * 
----------------
philnik777 wrote:

This should be removed.

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


More information about the libcxx-commits mailing list