$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2003-11-12 03:30:29
<cppljevans_at_[hidden]> wrote:
> On 11/06/2003 04:21 AM, David B. Held wrote:
> [snip]
> > the library). I would leave it out and test your code only with
> > newer compilers (mainly because that's what I'm doing ;).
> >
> Unfortunately, the g++ -E output shows it does nothing;
If we are still talking about BOOST_MPL_AUX_LAMBDA_SUPPORT here, that's
what it's supposed to do on conforming compilers (and from MPL's
standpoint gcc 3.x is more or less conforming).
> so, leaving it out wouldn't help :(
So what's exactly the problem you are having with it?
Aleksey