$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tom Brinkman (reportbase_at_[hidden])
Date: 2007-10-03 12:01:55
For that matter, why is boost::exception() necessary.
Lets support the following syntax as well.
try
{
throw file_err(name,mode,errno);
}
catch(boost::exception& e)
{
std::cerr << e;
}
Also, I say we keep the name boost::exception, at
least until an equally clear library name is discovered.