diff --git a/libs/vecr/include/psemek/vecr/any.hpp b/libs/vecr/include/psemek/vecr/any.hpp index 0adf9473..239f8ec6 100644 --- a/libs/vecr/include/psemek/vecr/any.hpp +++ b/libs/vecr/include/psemek/vecr/any.hpp @@ -66,7 +66,7 @@ namespace psemek::vecr template any & operator = (Shape && shape) { - impl_ = std::make_shared>>(std::move(shape)); + impl_ = std::make_shared>>(std::forward(shape)); return *this; }