[libcxx-commits] [PATCH] D94569: [libcxx] Wipe some more macros that do not belong in C++ forwarding headers

Kamil Rytarowski via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jan 13 09:14:39 PST 2021


krytarowski added a comment.

NetBSD uses macros too, but undefines them inside the header for `__cplusplus`. The proposed patch looks fine. This is a common source of portability issues, the stdio macros.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94569/new/

https://reviews.llvm.org/D94569



More information about the libcxx-commits mailing list