Boost logo

Boost :

From: Russell Hind (rhind_at_[hidden])
Date: 2003-02-27 05:15:16


Paul Mensonides wrote:
> Beman Dawes wrote:
>
>
> #define A() 1
> #define B(m) m 2
>
> B(A)
>

I've run the above through the preprocessor and heres the output

/* Unit1.cpp 1: */
/* Unit1.cpp 2: */
/* Unit1.cpp 3: */
/* Unit1.cpp 4: */A 2

Tested using the preprocess option with BCB6Pro Update 4. This looks
like what you were hoping for. If you'd like me to test anything else
then just let me know.

HTH

Russell


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