This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: [patch] Re: string::rfind() -- empty strings...
- To: brent verner <brent at rcfile dot org>
- Subject: Re: [patch] Re: string::rfind() -- empty strings...
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Fri, 23 Jun 2000 16:53:29 -0700 (PDT)
- cc: libstdc++ at sourceware dot cygnus dot com
> effectively returns min(a.size(),pos). No other behavior is affected.
> I'll put together a testsuite for this -- Q: should I just copy
> 21_string/find.cc to rfind.cc or just add the rfind() stuff to
> find.cc?
might as well make a new testcase, especially if it's got a bunch of
stuff in it.
Nathan can you look at this, I'm in the middle of other stuff
-benjamin