$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-07-10 13:01:46
Already done ;=)
-D
----- Original Message -----
From: <Peter.Bienstman_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Tuesday, July 10, 2001 8:28 AM
Subject: [boost] Re: enums in boost.python documentation incorrect
> It does, thanks.
>
> Anyway, the documentation still needs updating.
>
> Peter
>
> --- In boost_at_y..., "David Abrahams" <david.abrahams_at_r...> wrote:
> > Actually, I think this would be easier:
> >
> > this_module.add(boost::python::make_ref(TAB), "TAB");
> >
> > That works, doesn't it?
> > -Dave