[LWG #695] ctype<char>::classic_table() not accessible
------------------------------------------------------
Key: STDCXX-996
URL: https://issues.apache.org/jira/browse/STDCXX-996
Project: C++ Standard Library
Issue Type: Improvement
Components: 22. Localization
Reporter: Martin Sebor
Fix For: 4.3.0
Issue [695|http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.