mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-10-22 18:36:51 +08:00
The template type here is actually a forwarding reference, not an rvalue reference in this case, so it's more appropriate to use std::forward to preserve the value category of the type being moved.