Boost logo

Boost :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-06-14 14:19:32


> is thus end. A possible workaround for this is:
>
> range_token_iterator(const range_token_iterator& other):
> base(other)
> {
> if(this->m_valid){
> m_begin=other.m_begin;
> m_begin=other.m_end;
> }
> }

Ok. Will do this.

Thank you,

Gennadiy


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk