<div dir="ltr"><div dir="ltr">Hi Marshall,<div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">$ clang --version<br>Apple LLVM version 8.0.0 (clang-800.0.42.1)</blockquote></div><div><br></div><div>That is new enough that we need to support it. I will move this code into the unit tests where it is used for now.</div><div><br></div><div>It sounds like people are talking about moving to c++14 or c++17 next year. If that happens we should re-asses: we might be able to move this back into DenseMap/DenseSet then. Otherwise we can try to move it back when we abandon clang-800 support. </div><div><br></div><div>Cheers,</div><div>Lang.</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 24, 2018 at 9:54 AM Marshall Clow <<a href="mailto:mclow.lists@gmail.com">mclow.lists@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Oct 24, 2018 at 9:14 AM Lang Hames <<a href="mailto:lhames@gmail.com" target="_blank">lhames@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Dean,</div><div dir="ltr"><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">If Xcode 10.9 is still supported</blockquote><div><br></div><div>Xcode 10.0 was only just released. Where are you getting the 10.9 version number from?</div><div><br></div><div>The builder that showed this failure was running Xcode 5.1 (released 2014), which is old enough that I think we could justify killing off support for it. If this problem is showing up on newer Xcodes then we will need to deal with it.</div></div></div></blockquote><div><br></div><div>I am building with:</div><div>$ clang --version</div><div>Apple LLVM version 8.0.0 (clang-800.0.42.1)</div><div>Target: x86_64-apple-darwin15.6.0</div><div>Thread model: posix</div><div>InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin </div><div><br></div><div><div> ls -l /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang*</div><div>-rwxr-xr-x  1 root  wheel  53002800 Dec  6  2016 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang</div><div>lrwxr-xr-x  1 root  wheel         5 Dec 13  2016 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -> clang</div></div><div><br></div><div>--Marshall</div><div><br></div></div></div></div></div>
</blockquote></div>