pcc added inline comments.
================ Comment at: include/math.h:1499 +// has previously been included. +#if defined(_LIBCPP_MSVCRT) && defined(_USE_MATH_DEFINES) +#include_next <math.h> ---------------- Nit: you don't actually need the ` && defined(_USE_MATH_DEFINES)` part. https://reviews.llvm.org/D43579 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits