Opened 16 years ago

Closed 15 years ago

#624 closed Bugs (fixed)

bug in boost::range_detail

Reported by: wmlin Owned by: Thorsten Ottosen
Milestone: Component: range
Version: Boost 1.34.0 Severity: Problem
Keywords: Cc:

Description (last modified by Marshall Clow)

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 )

Change History (3)

comment:1 by az_sw_dude, 16 years ago

Logged In: YES 
user_id=579686

Assign to Thorston.

comment:2 by Thorsten Ottosen, 16 years ago

Logged In: YES 
user_id=637229

Fixed in 1_34 + cvs

comment:3 by Marshall Clow, 15 years ago

Component: Nonerange
Description: modified (diff)
Resolution: Fixedfixed
Severity: Problem
Status: assignedclosed

Since Thorsten says that it is fixed already, I am closing this bug.

Note: See TracTickets for help on using tickets.