[cfe-commits] [PATCH] [libcxx] Fix a tautologically false case for 32-bit builds

Saleem Abdulrasool compnerd at compnerd.org
Thu Dec 27 11:15:55 PST 2012


On Thu, Dec 27, 2012 at 11:01 AM, Howard Hinnant <hhinnant at apple.com> wrote:
> Thanks, this is much better.  Though I actually had to add a pragma to silence the warning.

You're welcome :-).  Yeah, that pragma will only apply to clang (gcc
no longer warned).  That is something that I may try to figure out how
to fix (I believe that clang may be overly aggressive about the
checking, ending up checking template specialisation which will not be
instantiated ... but, I could be completely wrong about that).

> Committed revision 171167.

Thanks!

--
Saleem Abdulrasool
compnerd (at) compnerd (dot) org



More information about the cfe-commits mailing list