summaryrefslogtreecommitdiffstats
path: root/libcxx/include/ios
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-04-19 01:34:08 +0000
committerEric Fiselier <eric@efcs.ca>2017-04-19 01:34:08 +0000
commit046492b932bc2033517c08a279da2a0c008005e6 (patch)
tree8c3552ba24d9a8968c3bc62b469c3469c79b8072 /libcxx/include/ios
parentc2a9e5b4edfb9a9656bc4701cb50e2c5751aba41 (diff)
downloadbcm5719-llvm-046492b932bc2033517c08a279da2a0c008005e6.tar.gz
bcm5719-llvm-046492b932bc2033517c08a279da2a0c008005e6.zip
Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>, and <iterator>
llvm-svn: 300648
Diffstat (limited to 'libcxx/include/ios')
-rw-r--r--libcxx/include/ios2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/ios b/libcxx/include/ios
index 49f0c01f985..61d00b90ee0 100644
--- a/libcxx/include/ios
+++ b/libcxx/include/ios
@@ -657,7 +657,7 @@ protected:
_LIBCPP_INLINE_VISIBILITY
void move(basic_ios& __rhs);
-#ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES
+#ifndef _LIBCPP_CXX03_LANG
_LIBCPP_ALWAYS_INLINE
void move(basic_ios&& __rhs) {move(__rhs);}
#endif
OpenPOWER on IntegriCloud