間違えました
> authority = m_data.host + ":" + to_string( m_data.port );
ではなく
> authority = m_data.host + ":" + std::to_string( m_data.port );
です