X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=testing%2Flib%2FConnection.cpp;h=72c3b50ea57065af252b92ca8a620a9cbd12ee5e;hb=c0b779f4045f4858701b3741af805414bc066717;hp=c4e01d97d503fe0cb1fd74218f1c060b34302b56;hpb=f33fd6e7d1df8e5878ce5c5605f64bab7b02ceb6;p=awesomized%2Flibmemcached diff --git a/testing/lib/Connection.cpp b/testing/lib/Connection.cpp index c4e01d97..72c3b50e 100644 --- a/testing/lib/Connection.cpp +++ b/testing/lib/Connection.cpp @@ -81,7 +81,7 @@ Connection::Connection(Connection &&conn) noexcept { } Connection &Connection::operator=(Connection &&conn) noexcept { - Connection copy(forward(conn)); + Connection copy(move(conn)); copy.swap(*this); return *this; }