Opened 14 years ago

Closed 12 years ago

#2265 closed Bugs (invalid)

boost::fusion tie and boost::tuple tie conflict

Reported by: jbpritts@… Owned by: Joel de Guzman
Milestone: To Be Determined Component: fusion
Version: Boost 1.35.0 Severity: Problem
Keywords: Cc:

Description

When each of boost fusion and boost tuple is used, the compiler sees an ambiguous overload of boost::tie. The tie function resides in the boost namespace in each of the tuple and fusion libraries and they conflict with each other.

Change History (2)

comment:1 by anonymous, 14 years ago

That's not correct. Fusion tie resides in boost::fusion, not in boost.

comment:2 by Steven Watanabe, 12 years ago

Resolution: invalid
Status: newclosed

If there's an ambiguity, qualify the call with either boost:: or boost::fusion::.

Note: See TracTickets for help on using tickets.