为什么VS2019建议在使用C编译器时将宏定义转换为constexpr?
标头文件中下面的代码也需要一个建议,即使在使用C编译器时,即使在使用C编译器的情况下,也将宏定义转换为constexpr
。我想念什么? 中没有constexpr
C. #define blah 1
A code like the one below in a header file entails a suggestion to convert the macro definition into a constexpr
even when one is using the C compiler. What am I missing? There is no constexpr
in C.
#define BLAH 1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论