Boost logo

Boost :

From: John E. Potter (jpotter_at_[hidden])
Date: 2001-01-08 11:46:41


On Mon, 8 Jan 2001, Daryle Walker wrote:

> Recently, I suggested adding a hash class to Boost, to counter the
> BOOST_NO_HASH check for a technically non-standard std::hash. Looking over
> Boost 1.20.0, I realized I should make a similar request for similarly
> non-standard std::slist, to counter BOOST_NO_SLIST. By the way, what is a
> slist?

A singly linked list. It is used for the bucket implementation in the
hash containers. The two are more related than you might have guessed.
It is also the only commonly available container which has forward
iterators. A must for anyone claiming to write an algorithm which
requires forward iterators.

John


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk