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


_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to