$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: AlisdairM (AlisdairM_at_[hidden])
Date: 2002-02-05 16:08:14
I've not had a chance to look at the submission yet, but I must ask why
these 2 are necessary?
If the fixed_* templates are drop-in replacements for their STL namesakes,
then shouldn't the STL adaptors work unmodified?
AlisdairM
-----Original Message-----
From: Synge Todo [mailto:wistaria_at_[hidden]]
Sent: 05 February 2002 12:58
To: boost_at_[hidden]
Subject: [boost] Submission: Fixed-Capacity STL Containers Library (Re:
STL container of fixed capacity but variable size)
* Added fixed_capacity_stack and fixed_capacity_queue implemented as
wrappers on fixed_capacity_vector or fixed_capacity_queue.