Opened 8 years ago

#11134 new Bugs

MSM: adjust type fusion::nil to fusion::nil_

Reported by: jared.grubb+boost@… Owned by: Christophe Henry
Milestone: To Be Determined Component: msm
Version: Boost 1.57.0 Severity: Problem
Keywords: Cc:

Description

In order to help with some ObjectiveC++ issues, the boost fusion code renamed the type 'nil' to 'nil_'. There is still an alias to 'nil' in order to preserve ABI, but the 'nil_' is the true name of the type.

I would like to adjust accumulators to use the actual 'nil_' type instead, in order to make this code more ObjectiveC++ friendly (where 'nil' is a keyword, sadly).

Change History (0)

Note: See TracTickets for help on using tickets.