Angus Leeming <[EMAIL PROTECTED]> writes: | +void Counters::reset() | +{ | + CounterList::iterator it = counterList.begin(); | + CounterList::iterator end = counterList.end(); | + | + for (; it != end; ++it) { | + it->second.reset(); | + } | +}
So my std::memfun didn't work?:-) -- Lgb