This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21205] using-directive does not honor name selection via typedef
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 May 2005 18:46:00 -0000
- Subject: [Bug c++/21205] using-directive does not honor name selection via typedef
- References: <20050425090250.21205.boris@kolpackov.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2005-05-02 18:46 -------
The problem is in fact that 'S' is ambiguous: either N::S or M::S are
candidates. The fact that gcc says that it doesn't know names when in fact
it does but they are ambiguous is recorded in a number of other PRs. This PR
is thus a duplicate.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21205