This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: basic_string<>::_M_mutate
- To: libstdc++@sourceware.cygnus.com
- Subject: Re: basic_string<>::_M_mutate
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Mon, 12 Jul 1999 18:14:54 -0700 (PDT)
This and the operator+ stuff in.
Thanks,
Benjamin
> 1999-07-12 Ryszard Kabatek <kabatek@chemie.uni-halle.de>
>
> * bits/string.tcc: _M_mutate - clear _M_state again.
> * bits/basic_string.h: In the three functions that return
> an iterator set _M_state to -1 bevore return.