$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-02-28 16:47:55
----- Original Message -----
From: "crimsono" <gregod_at_[hidden]>
> --- In boost_at_y..., "brianjparker" <brianjparker_at_h...> wrote:
> > I have uploaded the latest version of my utility classes and
> > functions in the files section in
> > "bjp_utilities21022002.zip"
> >
> > There are changes to the interface of valunion and stack_allocator
> > and documentation improvements.
> >
> > Cheers,
> > Brian Parker
>
> I've finally gotten the chance to look at some of this.
>
> First of all, I think we should add your alignment_of extension
> immediately, because it will be extremely useful in the future. My
> only complaint with the implementation is that the use of partial
> specialization makes the code unusable on several compilers. In this
> case, the partial specialization is easy to work around.
You might want to look at boost/python/converter/from_python_data.hpp in the
current CVS state.