qualify all calls to std::move
This commit is contained in:
+1
-1
@@ -377,7 +377,7 @@ void send_function_call(
|
||||
}
|
||||
|
||||
w.write(data);
|
||||
data = move(w.str());
|
||||
data = std::move(w.str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user