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++/5660] dependant names involving templates & inheritance


------- Additional Comments From giovannibajo at libero dot it  2004-04-29 00:34 -------
I forgot to say, this is also DR 213, which has TC1 status, so it's approved as 
an official defect report of C++98. The resolution adds this text to the 
standard to clarify the meaning:

"In the definition of a class template or a member of a class template, if a 
base class of the class template depends on a template-parameter, the base 
class scope is not examined during unqualified name lookup either at the point 
of definition of the class template or member or during an instantiation of the 
class template or member."


-- 


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


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