$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-10-06 09:33:54
Tobias Schwinger:
>> Switching to boost::exception actually removes most of the boilerplate
>> code
>> (at the expense of some memory allocations).
>
> Actually I was comparing
>
> typedef boost::custom_exception<
> base,tag_a,tag_b /*...*/> my_exception;
...
This could be a nice addition, but (as far as I can see) it's completely and
easily implementable on top of the proposed design.