There is a Working Draft, Extensions to C++ for Modules (found in Experimental C++ Features). If this becomes Standard, what will it mean for traditional headers?
I mean, when I hear about importing a module, I think about Angular or Python, where I exclusively import things, not include them.
Does that mean that the module system will replace includes? Or they will play along, and be used where they are suited best?
Material like Include specific function from a header file into the code in c++ present it that way.