boostorg / accumulators

An awesome library from Boost
http://boost.org/libs/accumulators
23 stars 54 forks source link

Fix Ticket #11123: Accumulators: adjust type fusion::nil to fusion::nil_ #3

Closed jaredgrubb closed 9 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.

ericniebler commented 9 years ago

Thanks!