On Thu, Sep 18, 2003 at 04:09:01PM +0200, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Seems like your knowledge of C++ 'evolves'... > > Would you have it any other way?
BTW: The Guru oracle concluded that #include <list> class T; typedef std::list<T> TList; class T {} int main() { TList dummy; } is legal. It was no consensus, though. Andre'