mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-14 05:01:06 +00: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.
1.0 KiB
1.0 KiB