Boost C++ Libraries: Ticket #4313: operator_arrow_result should use Reference instead of ValueType in operator_arrow_proxy https://svn.boost.org/trac10/ticket/4313 <p> For classes such as multi_array that have proxy reference types with non-proxy value types, there is an error from implicit_cast when trying to convert a Reference* into an operator_arrow_proxy&lt;<a class="missing wiki">ValueType</a>&gt; (which needs a <a class="missing wiki">ValueType</a>* as argument). The attached patch changes this; it passes all of the Boost.Iterator and Boost.<a class="missing wiki">MultiArray</a> tests. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4313 Trac 1.4.3 Jeremiah Willcock Tue, 08 Jun 2010 22:49:49 GMT attachment set https://svn.boost.org/trac10/ticket/4313 https://svn.boost.org/trac10/ticket/4313 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">op_arrow.patch</span> </li> </ul> <p> Patch </p> Ticket Jeremiah Willcock Sat, 03 Jul 2010 01:26:19 GMT <link>https://svn.boost.org/trac10/ticket/4313#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4313#comment:1</guid> <description> <p> Is it OK for me to apply this? The patch did not seem to cause any problems. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Wed, 12 Jan 2011 01:28:38 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/4313#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4313#comment:2</guid> <description> <p> This message may be relevant: <a class="ext-link" href="http://lists.boost.org/Archives/boost/2008/03/135128.php"><span class="icon">​</span>http://lists.boost.org/Archives/boost/2008/03/135128.php</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Jeremiah Willcock</dc:creator> <pubDate>Mon, 02 Apr 2012 18:03:15 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/4313#comment:3 https://svn.boost.org/trac10/ticket/4313#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> This is now covered by <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/5697" title="#5697: Bugs: iterator_facade::operator-&gt; is broken for proxy references (closed: fixed)">#5697</a>. </p> Ticket