[libcxx-commits] [PATCH] D140117: [libc++][format] Renames __null_sentinel.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 15 10:08:25 PST 2022
philnik added inline comments.
================
Comment at: libcxx/test/libcxx/nasty_macros.compile.pass.cpp:63
+// Test that libc++ doesn't use names that collide with FreeBSD system macros.
+#ifdef __FreeBSD__
+# define __null_sentinel NASTY_MACRO
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140117/new/
https://reviews.llvm.org/D140117
More information about the libcxx-commits
mailing list