aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2007-11-08 10:55:32 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2007-11-08 10:55:32 +0000
commit8e0775fb1745dbd149e86f72d2a4f08f0c71ce08 (patch)
treeb6eea47f3016abccdedb9be16fe191d6c76943b7 /libstdc++-v3/include
parent6749ca7e8bf1f99090000d77be29a46a5d168d1f (diff)
downloadgcc-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/include')
-rw-r--r--libstdc++-v3/include/bits/locale_facets.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/locale_facets.h b/libstdc++-v3/include/bits/locale_facets.h
index 7a89927..8f9f7d0 100644
--- a/libstdc++-v3/include/bits/locale_facets.h
+++ b/libstdc++-v3/include/bits/locale_facets.h
@@ -972,7 +972,8 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
return this->do_narrow(__lo, __hi, __dfault, __to);
}
- protected:
+ // _GLIBCXX_RESOLVE_LIB_DEFECTS
+ // DR 695. ctype<char>::classic_table() not accessible.
/// Returns a pointer to the mask table provided to the constructor, or
/// the default from classic_table() if none was provided.
const mask*
@@ -982,6 +983,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
/// Returns a pointer to the C locale mask table.
static const mask*
classic_table() throw();
+ protected:
/**
* @brief Destructor.