> 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 or view it on GitHub: https://github.com/geany/geany/pull/3490#issuecomment-1541857005 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3490/[email protected]>
