哪些版本的MSVC在编译C代码时支持__func__?

时间:2019-01-10 21:59:03

标签: visual-c++

对于较旧的MSVC版本,<outboundRules> <rule name="Set Access-Control-Allow-Origin header"> <match serverVariable="RESPONSE_Access_Control_Allow_Origin" pattern=".*" /> <conditions logicalGrouping="MatchAll" trackAllCaptures="true"> <add input="{HTTP_ORIGIN}" pattern="(http(s)?://((.+\.)?(thestatbook\.com|localhost:3000)))" /> </conditions> <action type="Rewrite" value="{C:0}" /> </rule> <rule name="Enable CORS for Fonts"> <match serverVariable="RESPONSE_Access_Control_Allow_Origin" pattern=".*" /> <conditions> <add input="{REQUEST_URI}" pattern="^[^\?]+\.(ttf|otf|eot|woff|woff2|svg)(\?.*)?$" /> </conditions> <action type="Rewrite" value="*" /> </rule> </outboundRules> 需要定义,例如:

__func__

通过阅读文档,现在似乎已支持。

哪个版本的MSVC首次引入了此功能?


注意,我没有MSVC,所以这个问题是为了避免破坏他人的代码。

0 个答案:

没有答案