Remove tests that va_copy is not defined when C++ < 11.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@222405 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
19fdbe53b7
commit
c5e361d024
@ -19,10 +19,6 @@
|
|||||||
# ifndef va_copy
|
# ifndef va_copy
|
||||||
# error va_copy is not defined when c++ >= 11
|
# error va_copy is not defined when c++ >= 11
|
||||||
# endif
|
# endif
|
||||||
#else
|
|
||||||
# ifdef va_copy
|
|
||||||
# error va_copy is unexpectedly defined when c++ < 11
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef va_end
|
#ifndef va_end
|
||||||
|
@ -19,10 +19,6 @@
|
|||||||
# ifndef va_copy
|
# ifndef va_copy
|
||||||
# error va_copy is not defined when c++ >= 11
|
# error va_copy is not defined when c++ >= 11
|
||||||
# endif
|
# endif
|
||||||
#else
|
|
||||||
# ifdef va_copy
|
|
||||||
# error va_copy is unexpectedly defined when c++ < 11
|
|
||||||
# endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef va_end
|
#ifndef va_end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user