#include "test_has_static_member_function.hpp" #include int main() { BOOST_TEST((boost::tti::HaveTheSIntFunction >::value)); BOOST_TEST((!boost::tti::TheTIntFunction >::value)); BOOST_TEST((boost::tti::TheTIntFunction >::value)); BOOST_TEST((boost::tti::has_static_member_function_TSFunction >::value)); BOOST_TEST((!boost::tti::Pickedname::value)); return boost::report_errors(); }