On Fri, 11 Feb 2005, Jan Reimers wrote:

> Can someone verify that this is valid C++ before I submit a bug report:
>
> // test.C
> template <class T> class A {static T* c;};
>
> class B : public A<B> {};
>
> B* A<B>::c=0;
> // end test.C
>

At least Comeau C++ 4.3.3 and Intel C++ 8.0 compile it and to me it also
looks ok, but I'm not at all C++ language lawer!

Cheers,
Karel
--
Karel Gardas                  [EMAIL PROTECTED]
ObjectSecurity Ltd.           http://www.objectsecurity.com

Reply via email to