Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eof: Optimize EOF validation by using
std::move
(#1036)
Optimize `validate_instructions()` by using `std::move` on arguments to returned `InstructionValidationResult`.
- Loading branch information