"Peter Dimov" <pdimov@mmltd.net> writes:
Are you going to introduce new syntax for count(_2) and _2.count()
as well?
bind(count, _2)
bind(count)(_2)
bind(&X::count, _2)
_2.member(&X::count)()
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com