
7 Apr
2004
7 Apr
'04
12:47 a.m.
"Gennadiy Rozental" <gennadiy.rozental@thomson.com> wrote in message news:c4vh07$a38$1@sea.gmane.org...
template <typename T> class nonderivable_base { friend typename identity<T>::type; };
Does is allowed by standard?
Cameau says: "ComeauTest.c", line 8: error: friend class name may not be introduced with "typename" friend typename identity<T>::type; ^ Gennadiy.