Hi all,
While compiling a simple ITK example from the ITK website, I’m receving a set of error messages related to itk::NumericTraits.
Example:
member “itk::NumericTraits::One” may not be initialized
Although this not influence the program (I can run it), I would like to remove this error from my compilation. Do you have a suggestion?