Error: Illegal syntax for elaborated type specifier
Hi ,
I am using Solaris 8 with SunStudio8 C++ 5.5 compiler
I have defined following lines in my header file msgg.h
typedef class DIMessageStringBase<char> DIMessageString;
typedef class DIMessageStringBase<UChar> DIMessageStringU;
On compilation I am getting folowing error in above header file
"msg.h":Error: Illegal syntax for elaborated type specifier
-riaj

