#include namespace boost { namespace python { namespace tag { struct class_type; // keyword tag type } template struct class_type : boost::parameter::template_keyword { }; }}