> Compiliation of mathed dies in MathCursor because a void function returns a 
> value.

Cut&Paste error of mine. Fixed.

I am, however, not sure that this is not legal.

At least in a template context 

 template <class T> T bar() { return T(); }
 template <class T> T foo() { return bar<T>(); }
 { ... foo<void>(); ... }

should be fine.

Andre'

-- 
André Pönitz ............................................. [EMAIL PROTECTED]

Reply via email to