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

Crash when expanding over std::tuple #109

Open
katzdm opened this issue Nov 3, 2024 · 0 comments
Open

Crash when expanding over std::tuple #109

katzdm opened this issue Nov 3, 2024 · 0 comments
Assignees
Labels
p2996-ext A behavior not part of P2996, but proposed for a related paper

Comments

@katzdm
Copy link
Collaborator

katzdm commented Nov 3, 2024

#include <tuple>


int main() {
  std::tuple<int, bool, char> t;
  template for (auto e : t);
}

Not exactly sure how I missed that one lol

@katzdm katzdm added the p2996-ext A behavior not part of P2996, but proposed for a related paper label Nov 3, 2024
@katzdm katzdm self-assigned this Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2996-ext A behavior not part of P2996, but proposed for a related paper
Projects
None yet
Development

No branches or pull requests

1 participant