// // metatest.cpp: This program produces a nice set of // errors to flex the muscles of STLFilt's // template metaprogramming-specific features. // // Note: You must have a *very* recent version of the Boost libs installed. #include #include #include namespace mpl = boost::mpl; mpl::fold_backward< mpl::range_c , void , mpl::plus<> >::type x;