[Bug c++/23886] friend in containing namespace is not found

2005-09-14 Thread assar at kth dot se
--- Additional Comments From assar at kth dot se 2005-09-14 20:49 --- Subject: Re: friend in containing namespace is not found "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: > Not a bug, as "friend class A;" refers to Foo::Bar::A and not Foo::A > as defined by the C++ stan

[Bug c++/23886] friend in containing namespace is not found

2005-09-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-14 19:22 --- Not a bug, as "friend class A;" refers to Foo::Bar::A and not Foo::A as defined by the C++ standard. -- What|Removed |Added -

[Bug c++/23886] friend in containing namespace is not found

2005-09-14 Thread assar at kth dot se
-- What|Removed |Added Known to fail||4.0.1 Known to work||3.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23886