Boost logo

Boost Users :

From: greg_hickman3 (greg.hickman_at_[hidden])
Date: 2002-07-24 13:58:20


--- In Boost-Users_at_y..., "David Abrahams" <david.abrahams_at_r...> wrote:

> Umm, right....
>
> > #include <boost/iterator_adaptors.hpp>
> > #include <boost/utility.hpp>
> > #include <iostream>
> > #include <list>
> >
> > class Base : private boost::noncopyable {
> > public:
> > virtual ~Base() {}
> > virtual void foo() const = 0;
> here?------------------^^^^^
> > };

I'm such a dolt! Thanks for debugging my code.

Greg


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