$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Kevlin Henney (Kevlin.Henney_at_[hidden])
Date: 2000-02-02 09:10:45
>I've recently downloaded the boost 1_11_0 and I think there is a problem
>with bad_numeric_cast.
>
[...]
> virtual const char *what() const throw(); // !!!! HERE !!!!
[...]
>I think the ';' should be removed, otherwise this would not get compiled
at all.
I think you're right! However, I'm not sure when that semi-colon crept in
there, as the original certainly didn't have it, and the mirror copy I have
of the code (end of December) did not have it.
Kevlin