Boost logo

Boost :

From: Mark Rodgers (mark.rodgers_at_[hidden])
Date: 2001-03-05 02:43:59


> I'm working on a new version of hash tables, very loosely
> based on the SGI version. One problem with the SGI version
> is that it's too tightly coupled to the rest of the SGI
> library.

Another problem with the SGI version is that they only support
forward iterators, and thus don't conform to the associative
container requirements (23.1.2 para 6). It would be nicer if
any hash container were to be a conformant associative container
and support bi-directional iterators, at least as an option.

Mark


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