[libcxx-commits] [PATCH] D73732: Add _LIBCPP_BUILTIN_CONSTANT_P support.

Eric Fiselier via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 23 17:36:52 PST 2020


EricWF accepted this revision.
EricWF added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libcxx/include/__config:548
+#define _LIBCPP_COMPILER_HAS_BUILTIN_CONSTANT_P
+#endif
+
----------------
Just put this in the same block as the other feature check for the same version.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73732





More information about the libcxx-commits mailing list