[Insight-developers] typename warnings on gcc 3.1
Aljaz Noe
noe@grasp.cis.upenn.edu
Mon, 30 Sep 2002 17:07:10 -0400
Hi!
There are some typename warnings in the FEM code in gcc 3.1 compiler
like:
/home/kingb/Nightly/Testing/Insight/Code/Numerics/FEM/itkFEMRegistration
Filter.txx:423: warning: `
typename
itk::VectorIndexSelectionCastImageFilter<itk::Image<itk::Vector<float,
itk::fem::FEMRegistrationFilter<TReference,
TTarget>::ImageDimension>,
itk::fem::FEMRegistrationFilter<TReference,
TTarget>::ImageDimension>,
itk::Image<float, itk::fem::FEMRegistrationFilter<TReference,
TTarget>::ImageDimension> >::Pointer' is implicitly a typename
Is there a way to correct these without causing errors/warnings on other
compiler?
Aljaz