[libcxx-commits] [PATCH] D98750: Apply [[standalone_debug]] to some types in the STL.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 17 09:53:20 PDT 2021


Mordante added a comment.

I'm not familiar with this attribute so leave approval to other more versed with this attribute.



================
Comment at: libcxx/include/__config:1354
+#if __has_attribute(__standalone_debug__)
+#define _LIBCPP_STANDALONEDEBUG __attribute__((__standalone_debug__))
+#else
----------------
I would prefer `_LIBCPP_STANDALONE_DEBUG` to improve readability.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98750



More information about the libcxx-commits mailing list