[Bug c++/37775] Templated private class visible through friend declaration

2009-10-02 Thread sam at gcc dot gnu dot org
--- Comment #2 from sam at gcc dot gnu dot org 2009-10-02 21:38 --- Reconfirmed on SVN trunk: gcc (GCC) 4.5.0 20090930 (experimental) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37775

[Bug c++/37775] Templated private class visible through friend declaration

2009-01-15 Thread jason at gcc dot gnu dot org
--- Comment #1 from jason at gcc dot gnu dot org 2009-01-16 03:50 --- 11.4: A name nominated by a friend declaration shall be accessible in the scope of the class containing the friend declaration. Confirmed. -- jason at gcc dot gnu dot org changed: What|Removed