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++/15534] Fails to inherit types from base class


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-19 11:16 -------
You misunderstand. 

Type-dependent expressions (From 14.6.2.2 P3):

Anid-expressionis type-dependent if it contains: 
?an identifier that was declared with a dependent type,
?a template-id that is dependent,
?a conversion-function-id that specifies a dependent type,
?a nested-name-specifier that contains a class-name that names a dependent type. 

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


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


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