#5084 closed Bugs (fixed)
[fusion] make enable_equality and enable_comparison SFINAE-able
Reported by: | Eric Niebler | Owned by: | Joel de Guzman |
---|---|---|---|
Milestone: | Boost 1.46.0 | Component: | fusion |
Version: | Boost Development Trunk | Severity: | Showstopper |
Keywords: | Cc: | mr.chr.schmidt@… |
Description
Spirit is broken for 1.46. Proto needs to disable Fusion's comparison operator overloads to avoid ambiguity with its own, but it currently has no way to do so.
The problem is described here: http://article.gmane.org/gmane.comp.parsers.spirit.devel/3897
Change History (6)
comment:1 by , 12 years ago
Owner: | changed from | to
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Cc: | added |
---|
comment:4 by , 12 years ago
this is also fixed in Proto on trunk in changeset [68262]. Trunk testing is broken ATM, so someone should run the Spirit tests and merge this to release ASAP. Fingers crossed.
comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(http://article.gmane.org/gmane.comp.parsers.spirit.devel/3902)