vera
vera copied to clipboard
Fix: Promote project's standards to `C++17`
- As titled. :tada:
- Many greater benefits compared to
C++11
, especially to do withconstexpr
, lambdas, and standard algorithms. - This gives developers tools to refactor the codebase and to express intent of code, in a much more simple way, (with a focus) to other developers reading the project's code.