hi,<br><br><div class="gmail_quote">On Sun, May 2, 2010 at 1:34 PM, Tom van Dijck <span dir="ltr"><<a href="mailto:llvm@tomvandijck.com">llvm@tomvandijck.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
K, last one..... <br><br>Global search and replace in LLVM and Clang for NULL -> nullptr, and a couple of locations where 0 is used instead of a nullptr, makes both compile. <br></blockquote><div><br>Maybe we should define something like<br>
<br>#ifdef VS2010<br>#undef NULL<br>#define NULL nullptr<br>#end<br><br>in llvm/Support/Compiler.h<br><br>best regards<br>--ether<br><br></div></div>