<div dir="ltr"><div><div>Hi,<br><br></div>Even latest VS2013 has __cplusplus defined to 199711L. I just changed second compiler from mingw to mingw-w64 and GCC 4.9.2 found some problems in code because of ITK_OVERRIDE that was ignored by VS and mingw32.<br><br></div>Marian<br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-23 18:36 GMT+02:00 Bradley Lowekamp <span dir="ltr"><<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Yes you could be done with CMake try compiles an what not.<br>
<br>
Checking to see if the C++ version is C++11 seems reasonable. Is this causing any problems?<br>
<br>
Brad<br>
<div><div class="h5"><br>
On Dec 23, 2014, at 5:36 AM, Мар'ян Климов <<a href="mailto:nekto1989@gmail.com">nekto1989@gmail.com</a>> wrote:<br>
<br>
> Hi,<br>
><br>
> I've found out that ITK defines ITK_NULLPTR to NULL instead of nullptr and ITK_OVERRIDE to nothing. This happens in itkMacro.h. Can't this be done in some other way like check for HAS_OVERRIDE, HAS_NULLPTR instead of checking for __cplusplus?<br>
><br>
> Best regards,<br>
> Marian<br>
</div></div>> _______________________________________________<br>
> Community mailing list<br>
> <a href="mailto:Community@itk.org">Community@itk.org</a><br>
> <a href="http://public.kitware.com/mailman/listinfo/community" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
<br>
</blockquote></div><br></div>