[libcxx-commits] [libcxx] [libc++][print] Enables it on Apple backdeployment. (PR #76293)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 24 05:40:53 PST 2023
================
@@ -264,6 +264,10 @@
# define _LIBCPP_AVAILABILITY_HAS_TZDB 0
# define _LIBCPP_AVAILABILITY_TZDB __attribute__((unavailable))
+// Warning: This availability macro works differently as the other macros.
----------------
mordante wrote:
```suggestion
// Warning: This availability macro works differently than the other macros.
```
https://github.com/llvm/llvm-project/pull/76293
More information about the libcxx-commits
mailing list