diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-05-16 17:05:14 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-05-16 17:05:14 +0000 |
| commit | 46a256a3ebd0f03fa830ac5f26f8df3616494cf7 (patch) | |
| tree | 66eeed31388db45f4e9ac1e6084bf2c84a3751a1 /libcxx/test/support | |
| parent | 37ec5f914e2b677f534874eeba1e1b0cb53e4f70 (diff) | |
| download | bcm5719-llvm-46a256a3ebd0f03fa830ac5f26f8df3616494cf7.tar.gz bcm5719-llvm-46a256a3ebd0f03fa830ac5f26f8df3616494cf7.zip | |
Remove C++11 feature macros in tests. Use TEST_STD_VER instead.
llvm-svn: 269669
Diffstat (limited to 'libcxx/test/support')
| -rw-r--r-- | libcxx/test/support/test_macros.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libcxx/test/support/test_macros.h b/libcxx/test/support/test_macros.h index 11b5a5f42bd..00ab7c423fa 100644 --- a/libcxx/test/support/test_macros.h +++ b/libcxx/test/support/test_macros.h @@ -45,12 +45,6 @@ # define TEST_STD_VER 99 // greater than current standard #endif -/* Features that were introduced in C++11 */ -#if TEST_STD_VER >= 11 -#define TEST_HAS_RVALUE_REFERENCES -#define TEST_HAS_VARIADIC_TEMPLATES -#endif - /* Features that were introduced in C++14 */ #if TEST_STD_VER >= 14 #define TEST_HAS_EXTENDED_CONSTEXPR |

