Boost C++ Libraries: Ticket #6372: ADL problem with at and GCC 4.4 https://svn.boost.org/trac10/ticket/6372 <p> GCC 4.4 has some ADL bugs that make certain calls wrongly ambiguous. </p> <p> In particular, at on an iterator_range of MPL integers causes an ambiguity due to an unqualified advance call. </p> <p> The attached patch works around the problem. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6372 Trac 1.4.3 Mathias Gaunard Tue, 10 Jan 2012 01:44:30 GMT attachment set https://svn.boost.org/trac10/ticket/6372 https://svn.boost.org/trac10/ticket/6372 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">qualify_advance.diff</span> </li> </ul> <p> Patch to workaround GCC 4.4 ADL bug </p> Ticket Joel de Guzman Tue, 10 Jan 2012 02:04:31 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/6372#comment:1 https://svn.boost.org/trac10/ticket/6372#comment:1 <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">fixed</span> </li> </ul> Ticket