<div dir="ltr"><div><div><div><div>Dear all,<br><br></div>I am using ITK in a software
that I am compiling with MinGW64 with C++11 enabled. ITK mostly
compiles, with one exception: vnl_math.cxx has hard-coded the definition
of finite which is not valid if C++11 is enabled. I attach a patch of
my modifications against the git repository. The modification simply
specifies that, if we're compiling with C++11, then we should be using
"std::isfinite" instead of "finite".<br><br></div>Of course, if there
was a way to compile it without this hack, I would be happy to revert
it! Otherwise, could it be tested and included in the next versions of
ITK?<br><br></div>Thanks,<br><br></div>Pierre</div>