Re: VC8 Compiler bizarreness

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Murrgon" wrote:
Correction to previous post: the 'built-in C++' operator!=()
that were suggested obviously has that operator, but none of the
classes suggested has that operator.

I think that the culprit is `GTL::TSmartPtr<TYPE>' template.
Either it defines `operator !=', which is too generic or some
other conversion operator that kicks in. Could you post the
definition of this template?

Alex


.