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