Is it possible to explicitly redefine a local variable

后端 未结 0 611
无人及你
无人及你 2020-12-07 03:03

I have a macro for calling a function and logging that the call was made

#define LogHandle(message,function) {Log(message + #function); function;}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题