Boost logo

Boost Users :

From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2004-01-06 07:45:49


David Abrahams wrote:
> <sigh> Fine, here's a complete, compilable example.
> <snip>
>
> private:
> void increment()
> { base() = base()->next(); }
         ^^^^
> void decrement()
> { base() = base()->prev(); }
         ^^^^

Shouldn't these be base_reference()?

-- 
Daniel Wallin

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net