#include using namespace boost; /* Calculate the mlp::and_ of a sequence of nullary logical metafunctions.*/ template struct and_seq : is_same >::type, typename mpl::end::type> {}; //#include void main(void) { return 0; }