<div dir="ltr"><div>Hello all,<br><br>Today I moved&updated the ITK directory so I had to rebuild everything. I am compiling with -std=c++11<br><br></div>Misteriously, now I am getting the error<br><div><div><div><br><span style="font-family:monospace,monospace">/Users/monso/code/ITK/Modules/ThirdParty/VNL/src/vxl/core/vnl/vnl_numeric_traits.h:437:68: error: 'constexpr' needed for in-class initialization of static data member 'const long double vnl_numeric_traits<long double>::maxval' of non-integral type [-fpermissive]<br>   static const long double maxval VCL_STATIC_CONST_INIT_FLOAT_DECL(1.7976931348623157E+308);<br></span><br></div><div>which apparently it's a bug that was there around 2011. How come it came back? Any ideas?<br><br></div><div>This is using the master branch of <a href="https://github.com/InsightSoftwareConsortium/ITK.git">https://github.com/InsightSoftwareConsortium/ITK.git</a><br><br></div><div>See <a href="http://public.kitware.com/pipermail/community/2013-December/004580.html">http://public.kitware.com/pipermail/community/2013-December/004580.html</a><br><br></div><div>I am on OSX, using g++-mp-4.9<br><br></div><div>I tried setting the vcl_include_cxx_0x, same result.<br><br></div><div>I don't know how I fixed this or if I had the issue (I kind of recall this), but it worked before. So I tried with ITK4.7.1 from the website, same result.<br><br></div><div>Cheers,<br></div><div><br></div><div>Pol<br></div><div><br></div></div></div></div>