$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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