$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-02-10 11:34:49
Boost release 1.20.2 has been posted on the web site - www.boost.org
* Array traits minor portability fix.
* Graph Library - Changes to breadth_first_search() re: BFSVisitor, added
max flow algorithms edmunds_karp_max_flow() and push_relabel_max_flow(),
added adjacency_matrix graph class, added filtered_graph adaptor
* Integer Library: minor fixes to integer.hpp and integer_test.cpp
* Portability Hints: Microsoft Visual C++ added.
* Random Number Library: Minor portability fixes
* Rational Number Library: documentation updates, efficiency improvements,
co-operates with user-defined types, regression tests
* Regular Expression Library minor updates.
* Smart Pointer Library: shared_ptr example added..
* Timer Library: changed to an all inline implementation.
--Beman