#include "TestMFHasTemplate.hpp" #include int main() { using namespace boost::mpl::placeholders; // Not all 'typename' parameters BOOST_MPL_ASSERT((tti::mf_has_template < tti::AMT<_>, boost::mpl::identity > )); return 0; }