Opened 12 years ago

Closed 11 years ago

#5489 closed Bugs (wontfix)

Building accumulator tests fails with g++ 4.0.0 on Darwin

Reported by: s.d.c.west@… Owned by: Eric Niebler
Milestone: To Be Determined Component: accumulator
Version: Boost 1.46.1 Severity: Problem
Keywords: darwin accumulators g++ Cc:

Description

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:

error: call of overloaded ‘find_accumulator(...)' is ambiguous

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).

Change History (3)

comment:1 by Eric Niebler, 11 years ago

Status: newassigned

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 BOOST_ACCUMULATORS_BROKEN_CONST_OVERLOADS and report back?

comment:2 by s.d.c.west@…, 11 years ago

Since buying a new laptop I unfortunately no longer have access to Darwin. Sorry about that.

comment:3 by Eric Niebler, 11 years ago

Resolution: wontfix
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.