Boost logo

Boost :

From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2005-06-14 03:18:35


Joaquín Mª López Muñoz ha escrito:

>
> range_token_iterator(const range_token_iterator& other):
> base(other)
> {
> if(this->m_valid){
> m_begin=other.m_begin;
> m_begin=other.m_end;
> }
> }
>

Sorry, I meant

range_token_iterator(const range_token_iterator& other):
  base(other)
{
  if(this->m_valid){
    m_begin=other.m_begin;
    m_end=other.m_end;
  }
}

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


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