Exemple #1
0
throwable::throwable(sstream const & strm):m_msg(strm.str()) {}
Exemple #2
0
exception::exception(sstream const & strm):m_msg(strm.str()) {}