| //===----------------------------------------------------------------------===// |
| // The LLVM Compiler Infrastructure |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| //===----------------------------------------------------------------------===// |
| // stack& operator=(stack&& q); |
| #include "../../../../MoveOnly.h" |
| #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES |
| for (int i = 0; i < n; ++i) |
| c.push_back(MoveOnly(i)); |
| #endif // _LIBCPP_HAS_NO_RVALUE_REFERENCES |
| #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES |
| std::stack<MoveOnly> q(make<std::deque<MoveOnly> >(5)); |
| #endif // _LIBCPP_HAS_NO_RVALUE_REFERENCES |