<div dir="ltr"><div class="gmail_default" style="font-size:small">Ken,</div><div class="gmail_default" style="font-size:small">I just did a windows (Win 64, VS2017) release/debug build. All seems Ok</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Regards</div><div class="gmail_default" style="font-size:small"> Andrew</div><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---------- Forwarded message ----------<br>From: Ken Martin <<a href="mailto:ken.martin@kitware.com">ken.martin@kitware.com</a>><br>To: VTK Developers <<a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a>><br>Cc: <br>Bcc: <br>Date: Wed, 26 Jul 2017 14:19:34 -0400<br>Subject: Re: [vtk-developers] 0, NULL -> nullptr<br><div dir="ltr">I have merged this as a new large commit. I'll try fixing any issues that crop up on the nightlies tomorrow. There are still many uses of NULL in comments and classes that did not build on my linux system (such as Win32 and OSX specific classes) If you see uses of NULL or 0 in code you are editing that should be nullptr, please update them.<div><br></div><div>I did go beyond just clang-tidy so if you see issues/regressions with the change let me know. <br></div><div><br></div><div>Going forward in C++ code please use nullptr as it has better type safety and overload resolution than NULL or 0. </div><div><br></div><div>In comments I tried to use "nullptr" or "null" depending on the context as opposed to NULL.</div><div><br></div><div>Topics in flight may have merge conflicts (probably :-( ).</div><div><br></div></div><div class="gmail_extra"><br></div></blockquote></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">___________________________________________<br>Andrew J. P. Maclean<br><br>___________________________________________</div>
</div></div>