$include_dir="/home/hyper-archives/ublas/include"; include("$include_dir/msg-header.inc") ?>
From: Dennis Tell (dennis.tell_at_[hidden])
Date: 2007-05-30 14:00:51
Around line 178 of the file in boost_1_34_0:
void raise () {
throw *this;
std::abort ();
}
The throw line should be deleted I believe.
Cheers
Dennis