[PATCH] D23926: [libcxx] Don't use C99 math ops in -std=c++03 mode

Asiri Rathnayake via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 16 01:52:43 PDT 2016


rmaprath abandoned this revision.
rmaprath added a comment.

Abandoning: we've decided to relax our C library to expose C99 functionality in C++98/03 modes. This is more inline with upstream intentions and allows us to get rid of some fiddly downstream libc++ patches as well.

Thanks Marshall and Eric for the comments / chats.

/ Asiri


https://reviews.llvm.org/D23926





More information about the cfe-commits mailing list