Fix some preprocessor directives that were generating warnings in the test suite.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@235999 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8f916f1c7c
commit
46a7ec9a3d
@ -13,7 +13,7 @@
|
||||
|
||||
#include <experimental/ratio>
|
||||
|
||||
#ifndef _LIBCPP_STD_VER > 11
|
||||
#if _LIBCPP_STD_VER > 11
|
||||
# ifndef _LIBCPP_RATIO
|
||||
# error " <experimental/ratio> must include <ratio>"
|
||||
# endif
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
#include <experimental/system_error>
|
||||
|
||||
#ifndef _LIBCPP_STD_VER > 11
|
||||
#if _LIBCPP_STD_VER > 11
|
||||
# ifndef _LIBCPP_SYSTEM_ERROR
|
||||
# error "<experimental/system_error> must include <system_error>"
|
||||
# endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user