Searched refs:m_msg (Results 1 – 1 of 1) sorted by relevance
48 explicit logic_error( cstring msg ) : m_msg( new dstring( msg.begin(), msg.size() ) ) {} in logic_error()51 dstring const& msg() const { return *m_msg; } in msg()52 virtual char_type const* what() const throw() { return m_msg->c_str(); } in what()55 dstring_ptr m_msg; member in boost::BOOST_RT_PARAM_NAMESPACE::logic_error