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 )
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:3 by , 15 years ago
| Component: | None → range |
|---|---|
| Description: | modified (diff) |
| Resolution: | Fixed → fixed |
| Severity: | → Problem |
| Status: | assigned → closed |
Since Thorsten says that it is fixed already, I am closing this bug.
Note:
See TracTickets
for help on using tickets.
