Boost logo

Boost :

From: Albrecht Fritzsche (albrecht.fritzsche_at_[hidden])
Date: 2001-01-08 12:03:57


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?

Another non-standard SGI extension to their STL implementation,
a single-linked list as opposed to the doule-linked std::list. Hence
it supports only forward but not backward traversal, but requires
some less memory.

Regards
Ali

-- 
Albrecht Fritzsche, Software Developer
alfabet meta-modelling ag, 
leibnitzstr. 53, 10629 berlin, germany
http://www.alfabet.de

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