[cfe-commits] [PATCH] clang: Update c++ includes for Exherbo to gcc 4.5.1
Douglas Gregor
dgregor at apple.com
Mon Oct 11 08:46:57 PDT 2010
On Oct 9, 2010, at 12:05 AM, Markus Rothe wrote:
> On 9 October 2010 04:34, Douglas Gregor <dgregor at apple.com> 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
More information about the cfe-commits
mailing list