diff options
author | Paolo Carlini <pcarlini@suse.de> | 2007-11-08 10:55:32 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2007-11-08 10:55:32 +0000 |
commit | 8e0775fb1745dbd149e86f72d2a4f08f0c71ce08 (patch) | |
tree | b6eea47f3016abccdedb9be16fe191d6c76943b7 /libstdc++-v3/docs | |
parent | 6749ca7e8bf1f99090000d77be29a46a5d168d1f (diff) | |
download | gcc-8e0775fb1745dbd149e86f72d2a4f08f0c71ce08.zip gcc-8e0775fb1745dbd149e86f72d2a4f08f0c71ce08.tar.gz gcc-8e0775fb1745dbd149e86f72d2a4f08f0c71ce08.tar.bz2 |
locale_facets.h (ctype<char>::taple, [...]): Implement trivial resolution of DR 695 [Ready].
2007-11-08 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.h (ctype<char>::taple, classic_table):
Implement trivial resolution of DR 695 [Ready].
* testsuite/22_locale/ctype/dr695.cc: New.
* docs/html/ext/howto.html: Update.
From-SVN: r129995
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index e7f1f9a..f67b251 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -631,6 +631,12 @@ </dt> <dd>Add the missing operations. </dd> + + <dt><a href="lwg-active.html#695">695</a>: + <em>ctype<char>::classic_table() not accessible</em> + </dt> + <dd>Make the member functions table and classic_table public. + </dd> <!-- <dt><a href="lwg-defects.html#"></a>: <em></em> |