Issue Details (XML | Word | Printable)

Key: STDCXX-996
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

[LWG #695] ctype<char>::classic_table() not accessible

Created: 18/Jul/08 11:04 PM   Updated: 18/Jul/08 11:04 PM
Return to search
Component/s: 22. Localization
Affects Version/s: None
Fix Version/s: 4.3.0

Time Tracking:
Original Estimate: 1h
Original Estimate - 1h
Remaining Estimate: 1h
Remaining Estimate - 1h
Time Spent: Not Specified
Remaining Estimate - 1h

Severity: Usability


 Description  « Hide
Issue 695 changes the access to ctype<char>::classic_table() from protected to public. We need to follow suit. This can be done in 4.2.2 for all compilers except MSVC (and Intel C++) on Windows which mangles the access specifier into the name of the function. We might need to guard the fix with _RWSTD_NO_EXT_CXX_0X. Ugh.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.