Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(userspace/engine): support both old and new gcc + std::move
Old gcc versions (e.g. 4.8.3) won't allow move elision but newer versions (e.g. 10.2.1) would complain about the redundant move. Signed-off-by: Jason Dellaluce <[email protected]>
- Loading branch information