Opened 13 years ago
Closed 13 years ago
#3110 closed Bugs (fixed)
Multi_array and iterator_range bad interaction
Reported by: | Owned by: | Neil Groves | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | range |
Version: | Boost 1.37.0 | Severity: | Problem |
Keywords: | multi_array iterator_range operator[] | Cc: |
Description
I reported this problem on MSVC and boost 1.37.
I seem to be seeing similar symptoms on gcc 4.2 and boost 1.38. I did not find a ticket in the trac that would suggest it is fixed in the latest boost so I'm raising this to make sure the issue is tracked.
John.
Change History (2)
comment:1 by , 13 years ago
Milestone: | Boost 1.40.0 → Boost 1.43.0 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Resolved by sharing the implementation from boost::iterator_facade in the Boost.Iterator library for the generation of the operator[] result type.
Note:
See TracTickets
for help on using tickets.
Assigning to me (Neil Groves) since I am taking over maintenance of Boost.Range