This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/21205] using-directive does not honor name selection via typedef


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]