flush
[awesomized/libmemcached] / testing / lib / Connection.cpp
index c4e01d97d503fe0cb1fd74218f1c060b34302b56..72c3b50ea57065af252b92ca8a620a9cbd12ee5e 100644 (file)
@@ -81,7 +81,7 @@ Connection::Connection(Connection &&conn) noexcept {
 }
 
 Connection &Connection::operator=(Connection &&conn) noexcept {
-  Connection copy(forward<Connection>(conn));
+  Connection copy(move(conn));
   copy.swap(*this);
   return *this;
 }