[cfe-dev] small Mac OS lib++ fixes

Howard Hinnant hhinnant at apple.com
Wed Jul 13 08:51:40 PDT 2011


Thanks Toralf.  For now I've reverted Sean's commit.  Your patch looks to me like the right way to fix that commit, but I'd like Sean to look at it to ensure that it fits with where he's going with it.

Howard

On Jul 13, 2011, at 5:03 AM, Toralf Niebuhr wrote:

> Hi,
> 
> these are just two small patches fixing the libc++ build for Mac OS X.
> 
> The first patch replaces an "#ifndef LIBCPP_STABLE_APPLE_ABI" with "#ifdef LIBCPP_STABLE_APPLE_ABI".
> This is probably a copy and paste error as it's usually used with "#ifndef"
> 
> The second patch replaces "__funcs()" with "func()". The underscore calls are encapsulated with the calls without underscores in the "locale" header.
> 
> <use-func-instead-of__func.diff><use-LIBCPP_STABLE_APPLE_ABI-flag.diff>
> 
> Toralf Niebuhr_______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list