[Insight-users] using typename

Bing Jian bjian at cise . ufl . edu
Sat, 15 Nov 2003 20:52:01 -0500 (EST)


Hi,
   It's an another C++ issue about usage of typename.
I write and debug my ITK program in visual studio, but
finally I have to move it to Sun and Linux, then compile
the code using g++. Seems g++ is always complaining
about my usage of typename. I have to add typename
at some places and remove typename at other locations.
Even the program finally compiles, I get lots of warnings
like
    warning: implicit typename is deprecated
  Do you guys have any experience on that? Thanks!


-- 
Best wishes,
Bing Jian
bjian at cise . ufl . edu