[
https://issues.apache.org/jira/browse/STDCXX-892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12631806#action_12631806
]
Farid Zaripov commented on STDCXX-892:
--------------------------------------
MSVC since 8.0 provides almost the same functionality:
http://msdn.microsoft.com/en-us/library/4zx9aht2.aspx
> [Darwin, Linux] use xlocale for efficiency
> ------------------------------------------
>
> Key: STDCXX-892
> URL: https://issues.apache.org/jira/browse/STDCXX-892
> Project: C++ Standard Library
> Issue Type: Improvement
> Components: 22. Localization
> Affects Versions: 4.2.0
> Reporter: Martin Sebor
> Fix For: 4.3.0
>
>
> Both Darwin and Linux provide support for per-object locale in the C library.
> We should investigate the possibility of (perhaps optionally) making use of
> this API in our implementation of C++ locales.
> The best info I've been able to find online so far is the Apple Darwin
> [xlocale(3)|http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/xlocale.3.html]
> man page.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.