On Oct 9, 2010, at 12:05 AM, Markus Rothe wrote:

> On 9 October 2010 04:34, Douglas Gregor <[email protected]> wrote:
>> Clang can't handle GCC 4.5's headers, IIRC, because they use C++0x features 
>> that Clang doesn't support. Have you built much C++ code with this change?
> 
> I built a few medium sized projects. Probably nothing that hit this
> problem. Can you point me to a bug number or thread about this issue?

Well, there are the problems mentioned in this thread:

        http://comments.gmane.org/gmane.comp.compilers.clang.devel/10747

I'm guessing it will fail when you #include the <iomanip> header.

        - Doug
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to