Marvin's Blog【程式人生】
Ability will never catch up with the demand for it
Home
Tags
Categories
Topics
Spec
16
Nov 2020
C++20 模块规范阅读笔记【二】
C++ Modules规范阅读笔记。 10.3 Import declaration 模块导入声明的结构如下: module-import-declaration: import-keyword module-name attribute-specifier-seqopt ; …
15
Nov 2020
C++20 模块规范阅读笔记【一】
C++ Modules规范阅读笔记。 10.1 Module units and purviews 一个俱名模块(named module)是一系列使用同一名字的模块单元的合集。 一个模块单元(module unit)是一个带有模块声明的翻译单元(translation …