I'll look a tad into modules out of curiosity one day, but does that mean that a kind of header equivalent is generated by the compiler, so that it can be installed and imported?
Presumably somewhere internal to compiler data files somewhere I guess ... oooh, that google is good https://gcc.gnu.org/wiki/cxx-modules#CMI_Location #3245
Just looking quickly at https://en.cppreference.com/w/cpp/language/modules suggests that there will be an export keyword, making things fairly easy for the C++ parser, doesn't it?
Yes, if for that declaration only having an "export" keyword it overrules the file long "local visibility only" ruling made from having a .cpp
or equivalent extension.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.