From: paolo Date: Thu, 8 Nov 2007 10:55:32 +0000 (+0000) Subject: 2007-11-08 Paolo Carlini X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17246bf87be350d29172301e3381d2b3fbd3cda3;p=thirdparty%2Fgcc.git 2007-11-08 Paolo Carlini * include/bits/locale_facets.h (ctype::taple, classic_table): Implement trivial resolution of DR 695 [Ready]. * testsuite/22_locale/ctype/dr695.cc: New. * docs/html/ext/howto.html: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129995 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4aa2237a570b..4598210405e9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2007-11-08 Paolo Carlini + + * include/bits/locale_facets.h (ctype::taple, classic_table): + Implement trivial resolution of DR 695 [Ready]. + * testsuite/22_locale/ctype/dr695.cc: New. + * docs/html/ext/howto.html: Update. + 2007-11-08 Paolo Carlini * docs/html/ext/lwg-active.html: Update to Revision R52. diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index e7f1f9a6e7aa..f67b25171c24 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -631,6 +631,12 @@
Add the missing operations.
+ +
695: + ctype::classic_table() not accessible +
+
Make the member functions table and classic_table public. +