$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gustavo Guerra (gustavobt_at_[hidden])
Date: 2001-09-01 15:19:57
> > There's no mention of thread_resource_error in the docs. Why
> doesn't both
> > the exception classes have a 'what' member function?
>
> I goofed with the docs for thread_resource_error and will add it this
> weekend, hopefully. Both exception classes do have 'what' member
> functions, documented indirectly in the synopsis which shows they
> both derive from std::runtime_error. I probably should explicitly
> document this, though.
>
What I meant is why don't they have their own what member, different from
std::runtime_error.
Gustavo Guerra