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++/14778] Rejects valid code with using typename from a base class in a template


------- Additional Comments From giovannibajo at libero dot it  2004-03-30 01:19 -------
A dup of 14258: in GCC, using declarations are implemented just like the old 
style access declarations, so they don't "record" the fact that a name imported 
by them is bound to a type rather than a function or a variable. 

*** This bug has been marked as a duplicate of 14258 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14778


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