[Bug c++/58428] Compile error when declare nested class as a friend of another template class.

2021-08-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58428 --- Comment #1 from Andrew Pinski --- ICC rejects it with the following message: (5): error: a qualified friend template declaration must refer to a specific previously declared template template friend class A::B;

[Bug c++/58428] Compile error when declare nested class as a friend of another template class.

2013-09-15 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58428 Jonathan Wakely redi at gcc dot gnu.org changed: What|Removed |Added Severity|major |normal