[libcxx-commits] [libcxx] Mostly Implement P1885R12: `<text_encoding>` (PR #141312)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 13 09:55:57 PST 2025
================
@@ -0,0 +1,70 @@
+//===----------------------------------------------------------------------===//
+//
+// 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>
+
+// REQUIRES: std-at-least-c++26
+
+// class text_encoding
+
+// text_encoding operator==(const text_encoding&, const text_encoding&) _NOEXCEPT
----------------
Zingam wrote:
This synopsis doesn't look right, as would be in the standard: "_NOEXCEPT"
https://github.com/llvm/llvm-project/pull/141312
More information about the libcxx-commits
mailing list