Support C++20 Modules #19939
PikachuHyA
started this conversation in
Design proposals
Replies: 2 comments 7 replies
-
Instead of introducing a new attribute ( Perhaps the overhead wouldn't be worth it (if at all possible.) |
Beta Was this translation helpful? Give feedback.
4 replies
-
@PikachuHyA thanks for your work on this. Could you comment on what would be needed to extend this to support MSVC? Thank you. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the discussion thread for the bazelbuild/proposals#354, which aims to support C++20 Modules in Bazel.
The C++20 Modules version of open-source C++20 coroutine library, async_simple (about 10 kloc), can be built with the bazel now. my fork is here: https://github.com/PikachuHyA/async_simple
Some extra tests are put here: https://github.com/PikachuHyA/bazel_cxx20_module_test
Feedback is very welcome.
Beta Was this translation helpful? Give feedback.
All reactions