
Modules and build systems
CppCast
00:00
The Problem With Modules in the C++ Community
C++ has had modules in a standard since SuperSOS 20, so it's been three years now. Named modules are what you would expect to say import STD without angle brackets or quotes. This is an entirely new avenue of how things are named in C ++ because the language doesn't have enough namespaces. The main distinction between a named module and a header unit is, the import statement cannot affect the state of the preprocessor.
Transcript
Play full episode