This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: copy_backward refinement for normal_iterators
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: Re: copy_backward refinement for normal_iterators
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Thu, 3 Feb 2000 11:48:30 -0800 (PST)
Looks good to me. Thanks, it does make things easier to read.
BTW Did you see that support is in for --enable-threads=posix? Hopefully
some of the stuff in v2's std/bastring.h (release()) and the stl/stl_alloc.h
macro soup can get simplified for config/threads-posix.h and the
resulting config/threads-posix.cc. Thus v-3 could have an elegant MT
string solution. . .
-benjamin