Issue Details (XML | Word | Printable)

Key: STDCXX-892
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

[Darwin, Linux] use xlocale for efficiency

Created: 23/Apr/08 06:18 PM   Updated: 17/Sep/08 03:26 PM
Return to search
Component/s: 22. Localization
Affects Version/s: 4.2.0
Fix Version/s: 4.3.0

Time Tracking:
Not Specified

Issue Links:
dependent
 

Severity: Inefficiency


 Description  « Hide
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) man page.



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Farid Zaripov added a comment - 17/Sep/08 03:26 PM
MSVC since 8.0 provides almost the same functionality: http://msdn.microsoft.com/en-us/library/4zx9aht2.aspx