[Bug c++/40664] Parse error declaring friend class using dependent template instance
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40664 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill
[Bug c++/40664] Parse error declaring friend class using dependent template instance
--- Comment #2 from redi at gcc dot gnu dot org 2009-09-03 11:27 --- *** Bug 41231 has been marked as a duplicate of this bug. *** -- redi at gcc dot gnu dot org changed: What|Removed |Added -
[Bug c++/40664] Parse error declaring friend class using dependent template instance
--- Comment #1 from bangerth at gmail dot com 2009-08-25 15:24 --- Confirmed: - template struct Base { template class I {}; };