<div style="font-family: arial, helvetica, sans-serif; font-size: 10pt">Hi Dave,<br><br><div class="gmail_quote">On Mon, Dec 24, 2012 at 12:59 PM, Dave Yost <span dir="ltr"><<a href="mailto:Dave@yost.com" target="_blank">Dave@yost.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hurray for 3.2!<br>
<br>
We have to keep our 150,000 lines of C++ working on both clang and gcc, so feature parity is important to us.<br>
<br>
Any idea when <initializer_list> will be implemented?<br></blockquote><div><br></div><div><initializer_list> is a header that should be in your C++ standard library. Clang is a C++ compiler, not a library.</div>
<div><br></div><div>On OS X, libstd++ (the C++ standard library that's shipped with gcc) is frozen at version 4.2 and does not support newer headers. There is an alternative C++ standard library called libc++ that you can use if you target OS X 10.7 or newer.</div>
<div><br></div><div>On Linux, you can try using either libc++ or a current libstdc++, but the latter need patches to compile with clang in c++11 mode (see the patches linked from <a href="http://clang.llvm.org/cxx_status.html">http://clang.llvm.org/cxx_status.html</a>) while the former says the linux port is "underway" (<a href="http://libcxx.llvm.org/">http://libcxx.llvm.org/</a>).</div>
<div><br></div><div>Nico</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Also: it would be very helpful if there were a web page where one could follow important changes checked into the trunk.<br>
<br>
Spreadsheet attached.<br>
<br>
Thanks<br>
<span class="HOEnZb"><font color="#888888"><br>
Dave<br>
<br>
</font></span><br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>