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