Greetings!
I have a long macro expansion in which I have used backslash/newline
sequences to make the definition readable. As I am debugging, I want
to see what the preprocessor has done, so I throw a /P into my compiler
arguments to get a .i preprocessor output file. Inside the .i file, I
see that the macro has been expanded onto a single line. This is, of
course, perfectly reasonable C++, but I'd like to have the newlines in
the expansion so that I can see it more easily. Is there a way to tell
the preprocessor to keep the newlines in the expansion?
Thanks very much!
Rob Richardson
RAD-CON, Inc.