[Insight-developers] typename errors

Brad King brad . king at kitware . com
Fri, 19 Jul 2002 15:43:42 -0400 (EDT)


Hello, all:

The GCC 3.1 nightly build is reporting over 30000 warnings.  As stated in
the itk::OStringStream message, many of them come from use of the
<strstream> header.  However, most of them are due to missing typename
keywords.  The reason other platforms haven't reported the problem is that
these cases are currently legal C++, but have been deprecated.

Please read through the warning log for the GCC 3.1 nightly and put in any
typename keywords needed in your code.

Thanks,
-Brad