Re: [Boost-bugs] [Boost C++ Libraries] #9518: string_ref::rfind return value offset

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9518: string_ref::rfind return value offset
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-08-13 12:08:23


#9518: string_ref::rfind return value offset
-------------------------------------+---------------------------
  Reporter: Peter A. Bigot <pab@…> | Owner: no-maintainer
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: utility
   Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------------+---------------------------

Comment (by bibmaster@…):

 Replying to [comment:5 bibmaster@…]:
> Replying to [comment:4 bibmaster@…]:
> well, error again:
 and again...
 {{{#!C++
 if(pos < size() && (pos + x.size()) < size())
     s += (size() - (pos + x.size()));
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9518#comment:6>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC