-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request