[Bug c++/67605] Compilation errors creating std::pair using templated arguments

2021-07-22 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67605 Andrew Pinski changed: What|Removed |Added Resolution|--- |INVALID Status|UNCONFIRMED

[Bug c++/67605] Compilation errors creating std::pair using templated arguments

2015-09-16 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67605 --- Comment #1 from Marc Glisse --- Spelling it "typename List::template Node*" helps. Note that clang rejects the code as well.