#include namespace boost { namespace something { template void value(); class parser { public: void style_parser() {} void run() { bind(&parser::style_parser, this); } }; }} int main() {}