summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/test_iterators.h
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-01-06 20:58:25 +0000
committerEric Fiselier <eric@efcs.ca>2017-01-06 20:58:25 +0000
commit8f56dedb5f6aaf7ccfe58885de6797ab55a573a6 (patch)
tree5dd02eeb107ecd02fb4d4c272cdd9eb52326880c /libcxx/test/support/test_iterators.h
parentb6c6eaf22624720cdf6982d06ac99a4372b1b4df (diff)
downloadbcm5719-llvm-8f56dedb5f6aaf7ccfe58885de6797ab55a573a6.tar.gz
bcm5719-llvm-8f56dedb5f6aaf7ccfe58885de6797ab55a573a6.zip
Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
llvm-svn: 291278
Diffstat (limited to 'libcxx/test/support/test_iterators.h')
-rw-r--r--libcxx/test/support/test_iterators.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/support/test_iterators.h b/libcxx/test/support/test_iterators.h
index 379933eb51b..a2c22b09de8 100644
--- a/libcxx/test/support/test_iterators.h
+++ b/libcxx/test/support/test_iterators.h
@@ -17,7 +17,7 @@
#include "test_macros.h"
-#ifndef _LIBCPP_HAS_NO_DELETED_FUNCTIONS
+#if TEST_STD_VER >= 11
#define DELETE_FUNCTION = delete
#else
#define DELETE_FUNCTION
OpenPOWER on IntegriCloud