This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Docs for strings of arbitrary character types
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Jonathan Wakely <cow at compsoc dot man dot ac dot uk>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 13 Jul 2005 15:09:06 +0200
- Subject: Re: Docs for strings of arbitrary character types
- References: <20050713124126.GB97361@compsoc.man.ac.uk>
Jonathan Wakely wrote:
>Re http://gcc.gnu.org/onlinedocs/libstdc++/21_strings/howto.html#5
>
>Am I right in thinking that this information is out of date?
>
>IIUC GCC 3.4 restored a "mostly-correct implementation that let
>programmers be lazy"
>
>If needed I'll add it to my docs TODO list and try to get round to
>doing it this millenium.
>
>
:) Yes, seems a nice idea. However, we should really warn the "lazt
programmers" about the limitation of that, see in particular, the second
comment on top of char_traits.h.
Paolo.