Opened 14 years ago
Closed 12 years ago
#2265 closed Bugs (invalid)
boost::fusion tie and boost::tuple tie conflict
Reported by: | 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 , 14 years ago
comment:2 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
If there's an ambiguity, qualify the call with either boost:: or boost::fusion::.
Note:
See TracTickets
for help on using tickets.
That's not correct. Fusion tie resides in boost::fusion, not in boost.