> From: Jaison Lee [mailto:[EMAIL PROTECTED]]
> The proper form for a member function template would be:
>     template <class T>
>     void ObjectStream::WriteObject<T> ( const T & obj ) { /* ... */ }
> with the T after the function name as well as before the 
> function header.

Thanks, and you're right.  That was actually a typo in my email; I did try
it with <T> in the right place, which didn't work.

> whether or not your compiler will let you use them is completely 
> dependent on when it was made.
> if you find that you can't do it take solace in the fact that 
> many other before you have run up against this as well. :)

That appears to be the case here.  And it's easy to find some of those "many
other" people with various other compilers (including latest from
Microsoft) in a quick search in the Deja news archive.

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to