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
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
..
depr.auto.ptr/auto.ptr Fix test failures when using modules. 9 years ago
depr.c.headers libcxx: Move #include_next <math.h> out of header guard in wrapper header. 8 years ago
depr.function.objects [libcxx] [test] Untabify, NFC. 8 years ago
depr.str.strstreams Move remaining _LIBCPP_VERSION tests into test/libcxx 10 years ago
exception.unexpected [libcxx] Remove unexpected handlers in C++17 9 years ago
enable_removed_cpp17_features.pass.cpp Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make it work under _LIBCPP_ENABLE_CXX17_REMOVED_FEATURES 9 years ago