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/experimental
Eric Fiselier 6420803549 Fix PR39749 - Headers containing just #error harm __has_include.
This patch changes <experimental/foo> to use #warning instead of
is harmful to common feature detection idioms.

We should also consider only emitting the warning when __DEPRECATED is
defined, like we do in the <ext/foo> headers. Users may want to specify
"-Werror=-W#warnings" while still ignoring the libc++ warnings.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@350485 91177308-0d34-0410-b5e6-96231b3b80d8
7 years ago
..
algorithms
diagnostics/syserr Fix PR39749 - Headers containing just #error harm __has_include. 7 years ago
filesystem Implement <filesystem> 7 years ago
language.support/support.coroutines
memory Get tests compiling with -Wunused-local-typedef 7 years ago
numerics/numeric.ops Fix PR39749 - Headers containing just #error harm __has_include. 7 years ago
strings/string.view Fix PR39749 - Headers containing just #error harm __has_include. 7 years ago
utilities Fix PR39749 - Headers containing just #error harm __has_include. 7 years ago