
3 Mar
2005
3 Mar
'05
4:24 p.m.
Ulrich Eckhardt <uli@doommachine.dyndns.org> wrote:
* thread_exception::message() is broken beyond repair, as it returns a pointer to local storage (via std::string::c_str())
=8-o . Indeed, it's better to get rid of it. Unless it's actually requested by users, in such case we could introduce std::string member (or something similar) to keep ownership of returned pointer. B.