$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2005-03-03 11:24:41
Ulrich Eckhardt <uli_at_[hidden]> 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.