#include int main() { using H = boost::mpl::string<'h'>; static_assert(boost::mpl::c_str::value[0] == 'h', ""); }