Fix tidy issues and cleanup branches with lambdas
- use empty() instead of size() == 0 for checking each condition - Make each branch a lambda instead of repeating code.
Showing
Please register or sign in to comment
- use empty() instead of size() == 0 for checking each condition - Make each branch a lambda instead of repeating code.