id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 12531,--run_test in Boost 1.62 does not accept test names which contain ':',Igor Akhmetov ,Raffi Enficiaud,"Because ':' gets interpreted as a filter separator. Names that contain a colon are pretty common - one way to get one is to make a test parameterized with a type which is a namespace member: {{{ namespace ns { struct X {}; } typedef boost::mpl::list test_types; BOOST_AUTO_TEST_CASE_TEMPLATE(test, T, test_types) {} }}} ",Bugs,closed,Boost 1.63.0,test,Boost 1.62.0,Problem,fixed,,