Support C++20 Module #17851
Replies: 4 comments 2 replies
-
related to #11177 |
Beta Was this translation helpful? Give feedback.
-
@soroshsabz, thanks for bringing this up! we'd perfer to change this to discussion. |
Beta Was this translation helpful? Give feedback.
-
@soroshsabz unfortunately this is only a first step for cmake to pave the way for modules. There are a big number of missing bits to have a native integration of c++ modules. |
Beta Was this translation helpful? Give feedback.
-
I have created https://arewemodulesyet.org/ to track modules usage. It would be nice if vcpkg itself would provide a list if a port supports modules |
Beta Was this translation helpful? Give feedback.
-
ITNOA
I think the C++20 Module is the next era of C++ dependency management. So I think VCPKG need some good integration with it, and port all of its ports to support C++20 Module. and maybe
vcpkg
can play role like cargo for C++ so I think it is very important to fast decision and good design to make deep integration with C++20 Module.The good news is CMake 3.20 is support C++20 Module natively (also is experimental still now) and I think we can get help from that.
Beta Was this translation helpful? Give feedback.
All reactions