Opened 8 years ago
Last modified 8 years ago
#11123 new Feature Requests
Accumulators: adjust type fusion::nil to fusion::nil_
Reported by: | Owned by: | Eric Niebler | |
---|---|---|---|
Milestone: | To Be Determined | Component: | accumulator |
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 (3)
comment:2 by , 8 years ago
Yes, will do. I have a patch ready. Just got to get it all tested and built. This is my first time with the modular layout.
Note:
See TracTickets
for help on using tickets.
Would you please prepare a pull request?