Subject: Re: [Boost-bugs] [Boost C++ Libraries] #624: bug in boost::range_detail
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-08-21 21:05:02
#624: bug in boost::range_detail
-----------------------------+----------------------------------------------
Reporter: wmlin | Owner: nesotto
Type: Bugs | Status: closed
Milestone: | Component: range
Version: release 1.34.0 | Severity: Problem
Resolution: fixed | Keywords:
-----------------------------+----------------------------------------------
Changes (by marshall):
* status: assigned => closed
* resolution: Fixed => fixed
* component: None => range
* severity: => Problem
Old description:
> {{{
> in file boost/range/detail/implementation_help.hpp line
> 46 should be
> if( s == 0 || s[0] == 0 )
> not
> if( s == 0 && s[0] == 0 )
> }}}
New description:
{{{
in file boost/range/detail/implementation_help.hpp line
46 should be
if( s == 0 || s[0] == 0 )
not
if( s == 0 && s[0] == 0 )
}}}
Comment:
Since Thorsten says that it is fixed already, I am closing this bug.
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/624#comment:3>
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:49:56 UTC