Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #22953: Fix const qualifier on status prevents automatic move sema…
…ntics Imported from GitHub PR #22953 reason for change - const qualifier on `status` prevents automatic move semantics in return. When return status; is executed, the compiler cannot invoke the move constructor of `absl::Status` because status is const. Copybara import of the project: -- b172231 by Alexander Pivovarov <[email protected]>: Fix const qualifier on status prevents automatic move semantics Merging this change closes #22953 FUTURE_COPYBARA_INTEGRATE_REVIEW=#22953 from apivovarov:fix_rnvo b172231 PiperOrigin-RevId: 730627732
- Loading branch information