[cfe-commits] [libcxx] r140724 - /libcxx/trunk/include/locale
Howard Hinnant
hhinnant at apple.com
Wed Sep 28 14:08:48 PDT 2011
On Sep 28, 2011, at 5:05 PM, Howard Hinnant wrote:
> On which platforms can we now #define _LIBCPP_STABLE_APPLE_ABI?
Oh, and when we get rid of this block:
// OSX has nice foo_l() functions that let you turn off use of the global
// locale. Linux, not so much. The following functions avoid the locale when
// that's possible and otherwise do the wrong thing. FIXME.
#ifndef _LIBCPP_STABLE_APPLE_ABI
we will be able to rename _LIBCPP_STABLE_APPLE_ABI to the much more descriptive and accurate: _LIBCPP_LOCALE__L_EXTENSIONS.
Howard
More information about the cfe-commits
mailing list