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: "boris at kolpackov dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 May 2005 08:44: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 boris at kolpackov dot net 2005-05-03 08:43 -------
Not that I think you will change your mind, just for the record...
'S' was explicitly disambiguated in 'M' with 'typedef S1 S'. For that reason
reference to 'S' within 'M' is not ambiguous. It seems logical that such
explicit disambiguation should still be in effect in 'K'.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21205