chore: 添加注释

This commit is contained in:
刘旭 2023-10-15 19:35:54 +08:00
commit c03bf76f00

View file

@ -12,6 +12,7 @@
<WarningLevel>Level4</WarningLevel>
<!-- 'type' : class 'type1' needs to have dll-interface to be used by clients of class 'type2' -->
<DisableSpecificWarnings>4251</DisableSpecificWarnings>
<!-- /await:strict: 禁用协程的非标准语言扩展 -->
<!-- /utf-8: 源代码使用 UTF-8 格式 -->
<!-- /Zc:__cplusplus: 更新 __cplusplus 宏 -->
<!-- /volatile:iso: 禁用 volatile 的语义扩展 -->