Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use newer C++ features #9

Open
4 of 7 tasks
JanEricNitschke opened this issue Jan 15, 2024 · 2 comments
Open
4 of 7 tasks

Use newer C++ features #9

JanEricNitschke opened this issue Jan 15, 2024 · 2 comments

Comments

@JanEricNitschke
Copy link
Owner

JanEricNitschke commented Jan 15, 2024

  • Modules: Can definitely use those
  • Ranges: Lets see if there is something to use there
  • Coroutines: Probably not until C++23?
  • (More) constexpr
  • Print over std::cout << (once gcc14 is out)
  • Attributes, especially [[no_discard]] (at the declarations)
  • Default comparison operators
@JanEricNitschke
Copy link
Owner Author

JanEricNitschke commented Jan 18, 2024

Ranges:

@JanEricNitschke
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant