[cfe-commits] [libcxx] r151720 - in /libcxx/trunk: CREDITS.TXT include/__config include/__locale include/cmath include/cstdlib include/cstring src/locale.cpp src/random.cpp src/thread.cpp
Howard Hinnant
hhinnant at apple.com
Wed Feb 29 08:21:42 PST 2012
On Feb 29, 2012, at 8:05 AM, David Chisnall wrote:
> libcxx/trunk/include/cmath
Could you review your cmath commits? I've checked, and it does not break __APPLE__. However there are some #ifdef's which do not fill me with confidence. For example:
#ifndef __sun__
// abs
#endif // __sun__
If you can just search on "#" and review the matching comments, it would be much appreciated.
Thanks,
Howard
More information about the cfe-commits
mailing list