All Questions
1 question
1
vote
1
answer
424
views
Is it possible to define a c++ wrapper function for a macro with variadic parameters?
I'd like to come up with a c++ wrapper function that fully wraps the TraceLoggingWrite macro. TraceLoggingWrite is a macro with variadic parameters. I attempted the following code snippet, but it ...