-
Notifications
You must be signed in to change notification settings - Fork 46
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
How about refactor this project using Modules
?
#59
Comments
Thank you for your generous praise! C++20 module is still very fresh today. I am looking forward to the support from build tools, especially for cmake 3.26. I have no idea whether an older cmake could support C++ module across gcc and clang. What's your opinion on building tools with C++20 module? |
I use MSVC on Windows(It supports |
Thanks for you help! I'd love to, but I'm afraid it will be a little bit difficult to provide the module version directly without cmake, because this project detects the kernel version with cmake. For sure other tools like xmake can do the same job, but there will be a dirty work to do. Maybe we should start from an easier demo. What's more, we should also pay attention to the availability of intellisence like clangd with C++20 module. They work, we work. |
I think your project do well. And it has the newest feature both in C++ and the OS. But one important feature
modules
inC++20
is missed. I think it's a nice feature. If you would , I could help you to do it .The text was updated successfully, but these errors were encountered: