[libcxx-commits] [libcxx] [libc++] Introduce implicit and explicit ABI annotations (PR #193045)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 22 08:57:28 PDT 2026


================
@@ -18,6 +18,9 @@
 #  pragma GCC system_header
 #endif
 
+#define _LIBCPP_TOSTRING2(x) #x
+#define _LIBCPP_TOSTRING(x) _LIBCPP_TOSTRING2(x)
----------------
ldionne wrote:

I'd suggest moving to `__configuration/utilities.h` or similar.

https://github.com/llvm/llvm-project/pull/193045


More information about the libcxx-commits mailing list