On Fri, Aug 09, 2002 at 11:36:13AM +0100, Angus Leeming wrote:
> and can therefore be simplified to
>
> void Counters::copy(Counters & from, Counters & to)
> {
> CounterList::iterator it = counterList.begin();
> CounterList::iterator end = counterList.end();
> for (; it != end; ++it) {
> to.set(it->first, from.value(it->first));
> }
> }Does this change 'from'? Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)
