gpt4 book ai didi

c++ - 包括模块防护装置

转载 作者:行者123 更新时间:2023-12-02 18:54:29 27 4
gpt4 key购买 nike

这可能是一个荒谬的问题,我对答案有 99% 的把握,但我想确定一下。

C++20 modules do not require any type of include guards for module interface files.

我的说法正确吗?到目前为止,我读到的有关模块的所有内容都让我相信不需要防护,因为模块只编译一次,然后为导入该模块的每个翻译单元重用。

最佳答案

不需要包括防护装置。模块仅导入一次。

预处理器定义不会从模块中转义,因此包含防护无论如何都不起作用。

Macros, preprocessor directives, and non-exported names declared in a module are not visible and therefore have no effect on the compilation of the translation unit that imports the module.

关于c++ - 包括模块防护装置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66339720/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com