locale_facets.h: Make a name really dependent.

* include/bits/locale_facets.h: Make a name really dependent. This
	will be needed when Core Issue 224 is implemented.

From-SVN: r75617
This commit is contained in:
Giovanni Bajo 2004-01-10 01:10:23 +00:00
parent 05f9d7c5fa
commit f88e471576
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-01-10 Giovanni Bajo <giovannibajo@gcc.gnu.org>
* include/bits/locale_facets.h: Make a name really dependent. This
will be needed when Core Issue 224 is implemented.
2004-01-09 Paolo Carlini <pcarlini@suse.de>
* testsuite/performance/allocator.cc: Demangle typeid(obj).name().

View file

@ -621,7 +621,7 @@ namespace std
public:
// Types:
typedef _CharT char_type;
typedef typename ctype::mask mask;
typedef typename __ctype_abstract_base<_CharT>::mask mask;
/// The facet id for ctype<char_type>
static locale::id id;