Boost C++ Libraries: Ticket #5489: Building accumulator tests fails with g++ 4.0.0 on Darwin https://svn.boost.org/trac10/ticket/5489 <p> To reproduce, run 'bjam' from libs/accumulators/test on Darwin with g++ 4.0.0. Compilation should fail for all the tests, with error messages of the form: </p> <p> error: call of overloaded ‘find_accumulator(...)' is ambiguous </p> <p> I think the bug arises because BOOST_ACCUMULATORS_BROKEN_CONST_OVERLOADS does not get defined for this particular setup (see accumulators_fwd.hpp for those setups for which it does get defined). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5489 Trac 1.4.3 Eric Niebler Tue, 20 Sep 2011 19:32:41 GMT status changed https://svn.boost.org/trac10/ticket/5489#comment:1 https://svn.boost.org/trac10/ticket/5489#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> I don't have access to Darwin, and my attempts to build gcc 4.0.0 on Windows have ended in failure. Can you locally test your theory about <code>BOOST_ACCUMULATORS_BROKEN_CONST_OVERLOADS</code> and report back? </p> Ticket s.d.c.west@… Tue, 20 Sep 2011 21:10:10 GMT <link>https://svn.boost.org/trac10/ticket/5489#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/5489#comment:2</guid> <description> <p> Since buying a new laptop I unfortunately no longer have access to Darwin. Sorry about that. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Eric Niebler</dc:creator> <pubDate>Wed, 21 Sep 2011 01:45:08 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/5489#comment:3 https://svn.boost.org/trac10/ticket/5489#comment:3 <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">wontfix</span> </li> </ul> <p> Closing this wontfix. I'd close it norepro if I had that option since we can't reproduce this error anymore. Please reopen if you are able to reproduce this error. </p> Ticket