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

Rewrite expression templates and type list manipulation with pack indexing #610

Open
mpusz opened this issue Sep 12, 2024 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@mpusz
Copy link
Owner

mpusz commented Sep 12, 2024

https://en.cppreference.com/w/cpp/language/pack_indexing

@mpusz mpusz added the enhancement New feature or request label Sep 12, 2024
@burnpanck
Copy link
Contributor

Nice! Though currently, that's only Clang 19, and no GCC yet, according to cppreference.com.

@JohelEGP
Copy link
Collaborator

Boost.Mp11 should opt into the newer features.
But we don't use Boost.

@mpusz
Copy link
Owner Author

mpusz commented Sep 14, 2024

This is why no milestone has been assigned to this. I created this mostly to remember that we should do it and provide it conditionally only on the platforms that support it. Hopefully, the compile times will improve.

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

No branches or pull requests

3 participants