So if we set the filescope/local/whatever flag for
.cpp
files that will make the symbols exported with the module invisible elsewhere, but they should be visible.
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?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.