Skip to content

Migrating to C++20 #82

@marty1885

Description

@marty1885

(When C++20 finally get released and compilers got support of it) I think we should move to C++20, making a lot of stuff easier:

  • No more "blablabal" + std::to_string(foo) + "blablabla" + std::to_string(bar)
    • string formatting solves the problem
  • Contracts, making the code faster
  • etc...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions