$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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