I would like to use mpl::lambda in nest.
In this case works fine.
---------
typedef boost::mpl::lambda
my_max; typedef boost::mpl::fold< boost::mpl::vector_c
, boost::mpl::int_<6> //, boost::mpl::maxboost::mpl::_1,boost::mpl::_2 , my_max >::type r2;
BOOST_MPL_ASSERT(( boost::is_same< r2, boost::mpl::integral_c
::type r3;
BOOST_MPL_ASSERT(( boost::is_same< r3, boost::mpl::integral_c