Tagged Questions
3
votes
3answers
901 views
How to include a newline in a C++ macro or how to use C++ templates to do the same?
I saw the following question:
http://stackoverflow.com/questions/98944/how-to-generate-a-newline-in-a-cpp-macro
Let me give a brief requirement of a need in newline in a C++ preprocessor. Am working ...