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