Re: Learning boost::MPL (Daniel Wallin)

1 Jul
2004
1 Jul
'04
6:48 p.m.
Hi Daniel, I tried your code as well and it works fine (it's also nice and compact)
I don't know why you are using iter_fold instead of just fold here, but anyway:
Oops, don't assume I know what I'm doing, because I don't! Yesterday was the first I ever heard of boost MPL. Whats the difference between iter_fold and fold? I replaced iter_fold with fold in your code and it works as well. Thanks, -A fellow Daniel :)

1 Jul
1 Jul
8:21 p.m.
New subject: Learning boost::MPL (Daniel Wallin)
"Dan" <dan@eloff.info> writes:
fold traverses elements of a sequence, while iter_fold traverses positions (iterator values). -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
7662
Age (days ago)
7662
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dan
-
David Abrahams