Exemplo n.º 1
0
inline void
swap(coroutine & one, coroutine & other) noexcept {
  one.swap(other);
}
Exemplo n.º 2
0
 friend void swap(coroutine& lhs, coroutine& rhs)
 {
     lhs.swap(rhs);
 }