Skip to content

Crash when expanding over std::tuple #109

Open
@katzdm

Description

@katzdm
#include <tuple>


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

Not exactly sure how I missed that one lol

Metadata

Metadata

Assignees

Labels

p2996-extA behavior not part of P2996, but proposed for a related paper

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions