This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [bug report] no fall back implementation of char_traits<CharT>
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Zhang Le <ejoy at peoplemail dot com dot cn>
- Cc: paolo at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- Date: 10 Feb 2003 13:14:30 +0100
- Subject: Re: [bug report] no fall back implementation of char_traits<CharT>
- Organization: Integrable Solutions
- References: <20021120123945.28404.qmail@sources.redhat.com><20030210071725.GA6072@localhost.localdomain>
Zhang Le <ejoy@peoplemail.com.cn> writes:
| Hi all,
| I just find in char_traits.h(gcc 3.2 shipped with rh8) there is no
| fall back implementation for _CharT. Only two explicit specialization
| version for char and wchar_t
That is what the C++ standards require. Please consult the FAQ
http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/howto.html#5
for further details.
-- Gaby