> 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]
- mathed compile failure Angus Leeming
- Re: mathed compile failure Andre Poenitz
- Re: mathed compile failure Andre Poenitz
- Re: mathed compile failure Andre Poenitz
- Re: mathed compile failure Andre Poenitz