$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (beman_at_[hidden])
Date: 2000-11-03 15:33:12
Boost release 1.18.2 has been posted on the web site. High points:
* Cast Library Fix numeric_cast<> bugs with floating types.
* Graph Library minor fixes.
* Regular Expression Library minor fixes.
* Configuration Header more fixes for broken compilers.
* Boost Header Dependencies page added.
* Terminology change: Several headers previously lumped together as a
"utility" library are now considered separate libraries. For historical
reasons, their non-header files still live in the "utility" sub-directory.
The compile results are looking good, although there was a regression in
the cast test for the Borland compiler due to its problems with bool
template parameters. If any Borland experts could contribute a fix...
--Beman