boostorg / msm

Boost.org msm module
http://boost.org/libs/msm
31 stars 53 forks source link

Fix Ticket #11134: Adjust boost::fusion::nil to boost::fusion::nil_ #5

Closed jaredgrubb closed 8 years ago

jaredgrubb commented 9 years ago

Fusion renamed the actual type to 'nil_' back in SVN r81628 in order to make it friendlier to ObjC++ (where "nil" is a keyword, sadly). This patch adjusts accumulators to match.

Ran "b2" in the msm/test directory and things still look good.

jaredgrubb commented 8 years ago

Can someone take a look at this patch? It's been outstanding for 6 months or so now.

jaredgrubb commented 8 years ago

Thanks so much!

arrtchiu commented 7 years ago

Thanks for fixing this, just hit the same issue in my code! I see it's been fixed for a year already - is there any chance of getting this into a proper boost release?