$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joel de Guzman (djowel_at_[hidden])
Date: 2002-10-14 21:07:46
----- Original Message -----
From: "Peter Dimov" <pdimov_at_[hidden]>
> FWIW, I _always_ return the exception class name from what()
> ("boost::spirit::illegal_backtracking" for example.) This allows me to use
> it as a key in a localized error message table.
Looks good. Thanks for the tip.
--Joel