Skip to content
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++ 20 Module support #1734

Open
Ariaszzzhc opened this issue Apr 24, 2024 · 2 comments
Open

C++ 20 Module support #1734

Ariaszzzhc opened this issue Apr 24, 2024 · 2 comments

Comments

@Ariaszzzhc
Copy link

Currently compilers such as gcc, clang, and msvs have already provided support for C++ standard modules. So is there are any plan to support C++ 20 Module?

@uNetworkingAB
Copy link
Contributor

Yes but the library itself is still only requiring/using C++17, so a jump to C++23 with std::move_only_function (heavily used) could be a good time to update all of that.

@kelteseth
Copy link

kelteseth commented May 3, 2024

I have linked this issue regarding modules support to https://arewemodulesyet.org/ to track the progress of modules adoption in the c++ ecosystem. @uNetworkingAB uWebSockets would need to upgrade the build system as well, right? Because makefiles do not support modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants