Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk