$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2003-04-14 15:15:30
hartmutkaiser_at_[hidden] wrote:
> Aleksey Gurtovoy wrote:
>
> > Preprocessing of the test case below using MSVC 6.5 produces
> >
> > 0 0 0 0 0
> >
> > instead of expected
> >
> > ( a, b, c ) ( a, b, c ) ( a, b, c ) ( a, b, c ) ( a, b, c )
> >
> > Would it be possible to fix that one somehow?
>
> FYI Wave gives (with the Boost.Preprocessor lib from the CVS):
>
> #line 15 "test.cpp"
> ( a, b, c ) ( a, b, c ) ( a, b, c ) ( a, b, c ) ( a, b, c )
Hmm, may be if I was a compiler vendor with a broken preprocessor, I would
consider just adopting Wave :).
Aleksey