[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:

| John Levon <[EMAIL PROTECTED]> writes:
>
| | On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote:
>>
>>> >>          ///
>>> >> -        ParIterator par_iterator_begin();
>>> >> +        ParIterator par_iterator_begin() const;
>>> >>          ///
>>> >> -        ParIterator par_iterator_end();
>>> >> +        ParIterator par_iterator_end() const;
>>> 
>>> I am not quite sure about these changes. Could we wait with them?
>>
| | they're necessary to compile the below ...
>
| Ok... 
>
| But it should really give a ParConstIterator then... 

Or drop the const from the function parameter.

-- 
        Lgb

Reply via email to