[libcxx-commits] [libcxx] [libc++] Undprecated POSIX STREAM macros. (PR #88296)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 11 13:12:33 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
+// disabling of the deprecated macros is not removed.
----------------
ldionne wrote:
```suggestion
// deprecation warning avoidance is kept.
```
https://github.com/llvm/llvm-project/pull/88296
More information about the libcxx-commits
mailing list