You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/libcxx/depr/depr.c.headers
Peter Collingbourne 6b5c08ab34 libcxx: Move #include_next <math.h> out of header guard in wrapper header.
Code on Windows expects to be able to do:

 #define _USE_MATH_DEFINES
 #include <math.h>

and receive the definitions of mathematical constants, even if <math.h>
has previously been included. To support this scenario, re-include
<math.h> every time the wrapper header is included.

Differential Revision: https://reviews.llvm.org/D42403

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@323490 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
ciso646.pass.cpp Remove all _LIBCPP_VERSION tests from under test/std 9 years ago
complex.h.pass.cpp Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 8 years ago
extern_c.pass.cpp Move extern C include test into test/libcxx 10 years ago
locale_h.pass.cpp [libcxx] Implement locale.h to fix modules build 9 years ago
math_h.sh.cpp libcxx: Move #include_next <math.h> out of header guard in wrapper header. 8 years ago
tgmath_h.pass.cpp Placate unused variable warnings uncovered by improvements to clang's -Wunused-variable 8 years ago