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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
