[libcxx-commits] [libcxx] [libc++] Undprecated POSIX STREAM macros. (PR #88296)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 10 13:14:53 PDT 2024
================
@@ -112,6 +112,11 @@ enum class errc
// macros. So GCC does not need the pushing and popping.
//
// TODO Remove this when the deprecated constants are removed.
+//
+// Note based on the post-review comments in
+// https://github.com/llvm/llvm-project/pull/80542 libc++ no longer deprecates
+// the macros. Since C libraries my start to deprecate these POSIX macros the
----------------
Zingam wrote:
```suggestion
// the macros. Since C libraries may start to deprecate these POSIX macros the
```
https://github.com/llvm/llvm-project/pull/88296
More information about the libcxx-commits
mailing list