Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lambda return type inference (#20457)
Some compilers (some ARM-based Linux compilers) have difficulty inferring the return type of lambdas that don't explicitly state their return type. This causes issues when passing lambdas as arguments into functions that expect a specific function signature. This fixes this specific instance in CASEServer that has this problem.
- Loading branch information