#elif 定义时不带括号

发布于 2024-10-21 00:01:52 字数 204 浏览 2 评论 0原文

使用 VS2005 和 BLAH_BLAH 定义以下预处理器条件为 false:

#elif defined BLAH_BLAH

但如果我将其更改

#elif defined(BLAH_BLAH)

为 true。

为什么括号在这里会有所不同?

Using VS2005 with BLAH_BLAH defined the following preprocessor conditional is false:

#elif defined BLAH_BLAH

but if I change it to

#elif defined(BLAH_BLAH)

it is true.

Why do the parentheses make a difference here?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

南笙 2024-10-28 00:01:52

它应该没有任何区别,除非 BLAH_BLAH 被定义为有趣的东西。

It shouldn't make any difference, unless BLAH_BLAH is defined as something funny.

别低头,皇冠会掉 2024-10-28 00:01:52

头文件是使用 Linux 编辑器创建的,并使用“添加现有”添加到项目中,在 VS 编辑器中创建文件后,其评估结果为 true。一定是 LF/CR 问题吗?

The header file was created with a linux editor and added to the project with "Add Existing", after creating the file in the VS editor it evaluates to true. Must be a LF/CR issue?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文