
28 Oct
2004
28 Oct
'04
12:02 p.m.
Aleksey, The normal case and the borland workaround in for_each.cpp test case seem to be the wrong way round. Hugo Index: libs/mpl/test/for_each.cpp =================================================================== RCS file: /cvsroot/boost/boost/libs/mpl/test/for_each.cpp,v retrieving revision 1.12 diff -r1.12 for_each.cpp 67,70d66 < mpl::for_each<numbers>( < boost::bind(&std::vector<int>::push_back, &v, _1) < ); < #else 74a71,74
#else mpl::for_each<numbers>( boost::bind(&std::vector<int>::push_back, &v, _1) );
7528
Age (days ago)
7530
Last active (days ago)
1 comments
2 participants
participants (2)
-
Aleksey Gurtovoy
-
Hugo Duncan