#include "test_has_static_mem_data.hpp" #include int main() { BOOST_TEST((BOOST_TTI_HAS_STATIC_MEMBER_DATA_GEN(DSMember)::value)); BOOST_TEST((!BOOST_TTI_HAS_STATIC_MEMBER_DATA_GEN(SomeStaticData)::value)); BOOST_TEST((BOOST_TTI_TRAIT_GEN(StatName)::value)); return boost::report_errors(); }