Commit f88e4715 by Giovanni Bajo

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
parent 05f9d7c5
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().
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment