[Bug c++/19403] [4.0 Regression] name lookup is broken with friends
Woebbeking at web dot de
gcc-bugzilla@gcc.gnu.org
Thu Jan 13 10:08:00 GMT 2005
------- Additional Comments From Woebbeking at web dot de 2005-01-13 10:07 -------
Subject: Re: [4.0 Regression] name lookup is broken with friends
On Wednesday 12 January 2005 20:37, gdr at integrable-solutions dot net wrote:
>
> Excuse me?
>
> The behaviour mandated by the C++ standard is that if there is no
> declaration for type A in the innermost enclosing namespace then an
> implicit one is added -- because A is used unqualified. In
> particular, the global A should not be found. Thus the code is
> ill-formed.
So B's ctor uses the global A without the friend declaration and with the
friend declaration the local injected A? Sometimes the holy standard confuses
me a bit.
André
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19403
More information about the Gcc-bugs
mailing list