Angus Leeming <[EMAIL PROTECTED]> writes:

| On Tuesday 12 March 2002 2:14 pm, Lars Gullik Bjønnes wrote:
>> and use 
>> 
>>     cursor_type::const_iterator it = Cursor_.begin();
>>     cursor_type::const_iterator end = Cursor_.end();
>>     for (; it != end; ++it) {
>> 
>> idom and you will make me happy.
>
| Why not std::for_each ?

that would be even better.

-- 
        Lgb

Reply via email to