To properly debug complex macros in C++ I usually run the preprocessor on them in order to see exactly what the resulting code looks like.
Is there a similar way to "preprocess" template code?
question from:https://stackoverflow.com/questions/5193867/how-to-expand-preprocess-c-template-code