there are no arguments to 'strrchr' that depend on a template parameter

前端 未结 0 859
南旧
南旧 2021-02-10 10:27

The following line:

#define __FILENAME__ ({const char * pStr = strrchr(__FILE__, slash); pStr ? pStr + 1 : __FILE__;})

yields

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