23 Aug
2010
23 Aug
'10
12:26 p.m.
Hello everybody!
I'm a newbie in boost and I've got some problems with boost::mpl
#include
Test_description;
I want to calculate a sum of all tr_field2::count
I've read in the docs mpl::fold is for the case.
I tried to compose
typedef boost::mpl::fold
::type fcount;
but it won't compile. It seems I misundestood something.