vera icon indicating copy to clipboard operation
vera copied to clipboard

Fix: Promote project's standards to `C++17`

Open tcoyvwac opened this issue 2 years ago • 0 comments

  • As titled. :tada:
  • Many greater benefits compared to C++11, especially to do with constexpr, 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.

tcoyvwac avatar Aug 25 '22 17:08 tcoyvwac