[PATCH] D23507: [libcxx] include/math.h: Re-enable missing C++11 decls on SunOS

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 15 08:08:57 PDT 2016


mclow.lists accepted this revision.
mclow.lists added a comment.
This revision is now accepted and ready to land.

I can't vouch for the correctness (not having a sun system to play with), but this LGTM.

at some point, the repeated expression `!(defined(_LIBCPP_MSVCRT) || defined(_AIX) || defined(__sun__))` will get unwieldy enough that we'll want to give it a name, but that's for another patch.

Do you need someone to commit this for you?


https://reviews.llvm.org/D23507





More information about the cfe-commits mailing list