[libcxx-commits] [libcxx] [libc++] Fix UTF-8 decoding in codecvts (PR #68442)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 24 10:14:03 PST 2023


================
@@ -0,0 +1,2229 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS
----------------
mordante wrote:

I just landed 233e7c5de2d2abda024577e79dcd195562de68c8
```suggestion
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -D_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT
```


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


More information about the libcxx-commits mailing list