Opened 16 years ago
Last modified 15 years ago
#624 closed Bugs (fixed)
bug in boost::range_detail — at Initial Version
Reported by: | wmlin | Owned by: | Thorsten Ottosen |
---|---|---|---|
Milestone: | Component: | range | |
Version: | Boost 1.34.0 | Severity: | Problem |
Keywords: | Cc: |
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 )
Note:
See TracTickets
for help on using tickets.