$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Synge Todo (wistaria_at_[hidden])
Date: 2002-04-03 17:36:39
I have just uploaded new version of fixed-capacity containers.
http://groups.yahoo.com/group/boost/files/fixed_capacity/
The major changes made after the last version (20020208) is as
follows:
* Improved treatment of non-POD elements using new
boost::type_with_alignment (quite recent version of Boost in CVS
repository is required for compile).
* Fixed_capacity_stack & fixed_capacity_queue are removed. Instead
fixed_capacity_traits is added.
* (Preliminary) policy-based range checking.
* More tests, samples, benchmarks.
Synge Todo
wistaria_at_[hidden]