diff options
Diffstat (limited to 'include/ios')
| -rw-r--r-- | include/ios | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ios b/include/ios index 49f0c01f9858..61d00b90ee04 100644 --- a/include/ios +++ b/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 |
