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 some more C++17-isms to clean up the code further #5593

Closed
baconpaul opened this issue Dec 7, 2021 · 0 comments
Closed

Use some more C++17-isms to clean up the code further #5593

baconpaul opened this issue Dec 7, 2021 · 0 comments
Labels
Code Refactoring General code refactoring and cleanup issues like names, unused variables, warnings, fixme Feature Request New feature request

Comments

@baconpaul
Copy link
Collaborator

https://www.reedbeta.com/blog/python-like-enumerate-in-cpp17/ will help with all my vector loops for instance

I don't want to do this now but after XT it would be great to add a 'src/common/cpp_extensions' with some tricks like this that we use (or perhaps even make it a lib / submodule so i can use it in sc also one day).

@baconpaul baconpaul added Feature Request New feature request Code Refactoring General code refactoring and cleanup issues like names, unused variables, warnings, fixme labels Dec 7, 2021
@baconpaul baconpaul added this to the After Surge XT 1.0 milestone Dec 7, 2021
@mkruselj mkruselj removed this from the Surge XT 2.0 milestone Jul 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Refactoring General code refactoring and cleanup issues like names, unused variables, warnings, fixme Feature Request New feature request
Projects
None yet
Development

No branches or pull requests

2 participants