From 9adebede00db872a957cadd084eb9bcbf0830d40 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Wed, 19 Apr 2017 01:02:49 +0000 Subject: Cleanup _LIBCPP_HAS_NO_ in support headers and final tests llvm-svn: 300637 --- libcxx/test/support/allocators.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcxx/test/support/allocators.h') diff --git a/libcxx/test/support/allocators.h b/libcxx/test/support/allocators.h index 4aa467f824a..b1eea8d0b68 100644 --- a/libcxx/test/support/allocators.h +++ b/libcxx/test/support/allocators.h @@ -15,7 +15,7 @@ #include "test_macros.h" -#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES +#if TEST_STD_VER >= 11 template class A1 @@ -186,6 +186,6 @@ bool operator!=(const A3& x, const A3& y) return !(x == y); } -#endif // _LIBCPP_HAS_NO_RVALUE_REFERENCES +#endif // TEST_STD_VER >= 11 #endif // ALLOCATORS_H -- cgit v1.2.3