]> Creatis software - clitk.git/commitdiff
Remove itkSetMacro
authorVivien Delmon <vivien.delmon@creatis.insa-lyon.fr>
Mon, 28 Oct 2013 12:24:45 +0000 (13:24 +0100)
committerVivien Delmon <vivien.delmon@creatis.insa-lyon.fr>
Mon, 28 Oct 2013 12:24:45 +0000 (13:24 +0100)
In debug this Macro need the operator << (std::cout) which is not
defined for std::vector. Could be an idea to add a
clitkSetMacroWithoutDebug.

There is a discussion about this on the ITK developper ML :
http://www.itk.org/pipermail/insight-developers/2011-April/018174.html
But with no conclusion ...


No differences found