[libcxx-commits] [libcxx] [llvm] [libc++] Implement P1885R12: `<text_encoding>` (PR #141312)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 8 14:04:31 PDT 2026
================
@@ -70,8 +72,10 @@
// clang-format off
+# define _LIBCPP_INTRODUCED_IN_LLVM_23 0
+# define _LIBCPP_INTRODUCED_IN_LLVM_23_ATTRIBUTE __attribute__((unavailable))
+
// LLVM 22
-// TODO: Fill this in
----------------
ldionne wrote:
This should not be removed. We still need to fill this in for Apple.
https://github.com/llvm/llvm-project/pull/141312
More information about the libcxx-commits
mailing list