Boost logo

Boost :

From: jsiek_at_[hidden]
Date: 2000-01-13 13:44:03


I shouldn't be allowed to program early in the morning, especially
before drinking coffee :)

The "true" Bag interface should have been modeled after the
multiset interface, not set. So the insert() function should
be:

iterator insert(const T& val);

(not pair<bool,iterator> for the return type)

Ciao,

Jeremy


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