Skip to content

[FEATURE] Upgrade to C++ 23 Standard #2768

@aghoussaini

Description

@aghoussaini

Detailed description

I propose upgrading our project's C++ version from C++11 to C++23.

Context

  • Improved Language Features: C++23 includes modern features like improved constexpr, modules, and enhanced ranges, which can simplify code.
  • Better Performance: Features like coroutines and more efficient constexpr usage can lead to faster and more readable code.
  • Future Proofing: Aligning with the latest standard ensures compatibility with modern libraries and keeps the project maintainable.

Possible implementation

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions