From 17246bf87be350d29172301e3381d2b3fbd3cda3 Mon Sep 17 00:00:00 2001 From: paolo Date: Thu, 8 Nov 2007 10:55:32 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 7 +++++ libstdc++-v3/docs/html/ext/howto.html | 6 +++++ libstdc++-v3/include/bits/locale_facets.h | 4 ++- libstdc++-v3/testsuite/22_locale/ctype/dr695.cc | 36 +++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/22_locale/ctype/dr695.cc diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 4aa2237..4598210 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,12 @@ 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. * docs/html/ext/lwg-closed.html: Likewise. * docs/html/ext/lwg-defects.html: Likewise. 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 @@
Add the missing operations.
+ +
695: + ctype::classic_table() not accessible +
+
Make the member functions table and classic_table public. +