$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-01-09 12:27:13
> Small fix: I think the at() method should declare that it is throwing
> an exception.
We have decided to avoid exception-specifications in boost. They result in a
significant pessimization on most compilers we've tested.
-Dave