You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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.
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?
The text was updated successfully, but these errors were encountered: