From: Vivien Delmon Date: Mon, 28 Oct 2013 12:24:45 +0000 (+0100) Subject: Remove itkSetMacro X-Git-Tag: v1.4.0~150^2~4^2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=66b6af0f6a1b4abcf7fef86e3cde987e8385e5dd;hp=66b6af0f6a1b4abcf7fef86e3cde987e8385e5dd;p=clitk.git Remove itkSetMacro 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 ... ---