$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmutkaiser_at_[hidden])
Date: 2003-04-12 02:42:31
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 )
Regards Hartmut