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