diff --git a/src/speedy/r3.hpp b/src/speedy/r3.hpp index a600fce4c..74d545583 100644 --- a/src/speedy/r3.hpp +++ b/src/speedy/r3.hpp @@ -103,7 +103,7 @@ public: } R3(R3&) = delete; - + R3(R3&& other) { this->routes = std::move(other.routes);