[libcxx-commits] [PATCH] D64105: libc++: add _LIBCPP_HAS_NO_LONG_DOUBLE

JF Bastien via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 2 14:41:40 PDT 2019


jfb added inline comments.


================
Comment at: libcxx/include/math.h:789
 
+#if !(defined(_AIX) || defined(__sun__) || defined(__ASYLO__))
 inline _LIBCPP_INLINE_VISIBILITY long double
----------------
These seem unfortunate. Can you look at the history to see why there's no feature macro that explains with?


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

https://reviews.llvm.org/D64105





More information about the libcxx-commits mailing list