From: John Maddock (john_at_[hidden])
Date: 2005-03-13 06:01:17


> Any suggestions on removing these compiler warnings (CC: Sun C++ 5.5
> 2003/03/12

Get Sun to fix to fix their compiler! ;-)

I'm aware of these warnings: they're a major pain in the you-know-where, and
they are completely spurious: the compiler is complaining that there is a
missing typename keyword, but in fact adding one would yield illegal code
(there expressions that generate the warnings do *not* refer to types).

John.