-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++ modules #55
Comments
Starting with
|
Based on comments in https://old.reddit.com/r/cpp/comments/1b0zem7/what_is_the_state_of_modules_in_2024/ things aren't quite there yet. I have to also take care that things can be run in CI, so GitHub Actions also needs the necessary infra to enable that. Best I can do once compilers are better with modules is put up an example repository with custom tooling on the wiki page. |
How can I help to go forward to implement this issue? |
I'll only add modules stuff to the templates once |
Looking forward to this |
This issue is just for tracking the progress of modules.
At the moment, no generally available compiler seems to properly support modules.
CMake is also designing its API to properly integrate C++ modules: https://discourse.cmake.org/t/api-design-c-modules-source-listings-and-interface-properties/5389
The text was updated successfully, but these errors were encountered: