$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-06-16 17:57:14
> From: "Paul Mensonides" <pmenso57_at_[hidden]>
> >
> > That should fix the problem.
> >
> > You have to give the preprocessor time to think of the result of
> > BOOST_PP_TUPLE_ELEM_EX.. as a argument list rather than an 'item'.
> >
> > But the above fixes the problem on both VC++ and Comeau C++.
> >
> > Paul Mensonides
>
> What Vesa checked in didn't work for me.
> With the mpl-development branch of boost/mpl and the rest on the HEAD, I
> did this from libs/python/test:
It looks like it might have something to do with the "Using private detail CAT
to avoid DELAY macros" changes. I'll talk to Vesa about it.
Paul Mensonides