forked from OSchip/llvm-project
Fix some preprocessor directives that were generating warnings in the test suite.
llvm-svn: 235999
This commit is contained in:
parent
bdb4910202
commit
5e1441bce4
|
@ -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…
Reference in New Issue