|
Boost : |
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2003-04-14 15:07:20
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 )
>
Here's another, probably related failure: preprocessing of the following
test case on MSVC 6.5 results in "fatal error C1004: unexpected end of file
found" error:
#include "boost/preprocessor/tuple/elem.hpp"
#define b( x, y ) x y
BOOST_PP_TUPLE_ELEM(2, 0, (b, d))
Aleksey
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk