Is this standard C++ or some (Microsoft?) extension?
This seemed to be a member function definition
Type MyClass::+ ()
{
}
It seemed to be an alias for a function that appeared in the class
definition
--
Nick Keighley
No, this is definatelly not standard. Just get another compiler like e.g. gcc
and check there.
Christof
Comeau online checking is probably the most convenient way.