We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
C++26 adds pack indexing which will greatly trivialize the library. Using recursive to implement functionalities is an unmaintainable nightmare.
clang19 has implemented pack indexing. just wait until gcc to support it and we will gradually phase out all the variadic hells before 2025
llvm/llvm-project@ad1a65f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
C++26 adds pack indexing which will greatly trivialize the library. Using recursive to implement functionalities is an unmaintainable nightmare.
clang19 has implemented pack indexing. just wait until gcc to support it and we will gradually phase out all the variadic hells before 2025
llvm/llvm-project@ad1a65f
The text was updated successfully, but these errors were encountered: