Boost C++ Libraries: Ticket #3110: Multi_array and iterator_range bad interaction https://svn.boost.org/trac10/ticket/3110 <p> I reported this problem on MSVC and boost 1.37. </p> <p> <a class="ext-link" href="http://tinyurl.com/lcjhno"><span class="icon">​</span>http://tinyurl.com/lcjhno</a> </p> <p> 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. </p> <p> John. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3110 Trac 1.4.3 Neil Groves Sat, 03 Apr 2010 21:25:31 GMT owner, status, milestone changed https://svn.boost.org/trac10/ticket/3110#comment:1 https://svn.boost.org/trac10/ticket/3110#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Thorsten Ottosen</span> to <span class="trac-author">Neil Groves</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.40.0</span> → <span class="trac-field-new">Boost 1.43.0</span> </li> </ul> <p> Assigning to me (Neil Groves) since I am taking over maintenance of Boost.Range </p> Ticket Neil Groves Sat, 03 Apr 2010 22:09:42 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3110#comment:2 https://svn.boost.org/trac10/ticket/3110#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Resolved by sharing the implementation from boost::iterator_facade in the Boost.Iterator library for the generation of the operator[] result type. </p> Ticket