am: Resolve ineffective moves
Previously const objects were being std::moved, which results in no move actually occurring. This resolves that.
Please register or sign in to comment
Previously const objects were being std::moved, which results in no move actually occurring. This resolves that.