C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Valid template friend declaration?

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards
View previous topic :: View next topic  
Author Message
Kriang Lerdsuwanakij
Guest





PostPosted: Tue Aug 05, 2003 2:39 pm    Post subject: Valid template friend declaration? Reply with quote



I encounter one interesting case involving member of class template
as friend similar to an example described in paragraph 6 of 14.5.3
in the standard:

template <class T> struct Y;
template <class S> class X {
template <class T> friend void Y<T>::member(); // Referred here
};
template <class T> struct Y {
void member() { // Declared here
}
};

The difference between this and the one in the standard is that
'Y<T>::member' is not yet declared when it is first referred in the
friend declaration. I wonder if this is legal.

I am leaning toward viewing it as illegal since 'Y<T>::member'
involves looking up name inside the class template 'Y<T>'. But another
way to this is treating 'Y<T>::member' as dependent name (despite being
independent of 'S'), making the above code valid. The wording in the
standard seems to allow this and it is accepted by Comeau compiler.

Any opinion appreciated.

Thank you,

--Kriang

---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]

Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.