Opened 13 years ago

Closed 13 years ago

#3110 closed Bugs (fixed)

Multi_array and iterator_range bad interaction

Reported by: John Reid <john.reid@…> 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.

http://tinyurl.com/lcjhno

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 Neil Groves, 13 years ago

Milestone: Boost 1.40.0Boost 1.43.0
Owner: changed from Thorsten Ottosen to Neil Groves
Status: newassigned

Assigning to me (Neil Groves) since I am taking over maintenance of Boost.Range

comment:2 by Neil Groves, 13 years ago

Resolution: fixed
Status: assignedclosed

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.