[libcxx-commits] [PATCH] D147356: Fixing conflicting macro definitions between curses.h and the standard library.

Nicole Rabjohn via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 5 12:27:18 PDT 2023


nicolerabjohn marked 3 inline comments as done.
nicolerabjohn added inline comments.


================
Comment at: libcxx/include/tuple:1860-1862
+_LIBCPP_POP_MACROS
+
 _LIBCPP_END_NAMESPACE_STD
----------------
ldionne wrote:
> This needs to go after `_LIBCPP_END_NAMESPACE_STD`, please audit the files you changed to make sure you have the right order. I don't think I saw other problematic ones but just to be sure.
I found a few, updated them all. They should all follow the same formatting now.


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

https://reviews.llvm.org/D147356



More information about the libcxx-commits mailing list