5 Apr
2022
5 Apr
'22
10:56 p.m.
Niall Douglas wrote:
The compiler will automatically as-if do the above for you if Modules are enabled for standard library headers. It's clever enough to interpret an include as an import. So no need.
Right, but this part of the standard is optional. MSVC has it but not the others, right?
clang has it too.
Clang doesn't even seem to support `import <iostream>;` yet.