← Back to context Comment by maccard 8 hours ago What early adopters are using them? Because my impression is the tooling still isn’t there 4 comments maccard Reply pjmlp 7 hours ago People using Visual C++ with MSBuild, or clang with CMake and ninja. bluGill 7 hours ago CMake says they are there. Other tools mostly are not.Nobody has said they are using them in anything important, but hopefully that is coming. Maxatar 7 hours ago CMake has support for named modules but does not support header units or C++23 module features such as import std; bluGill 6 hours ago Import std has been there for a while but is experimental until gcc supports it. Gcc just for that support so it should be mainline soon.
bluGill 7 hours ago CMake says they are there. Other tools mostly are not.Nobody has said they are using them in anything important, but hopefully that is coming. Maxatar 7 hours ago CMake has support for named modules but does not support header units or C++23 module features such as import std; bluGill 6 hours ago Import std has been there for a while but is experimental until gcc supports it. Gcc just for that support so it should be mainline soon.
Maxatar 7 hours ago CMake has support for named modules but does not support header units or C++23 module features such as import std; bluGill 6 hours ago Import std has been there for a while but is experimental until gcc supports it. Gcc just for that support so it should be mainline soon.
bluGill 6 hours ago Import std has been there for a while but is experimental until gcc supports it. Gcc just for that support so it should be mainline soon.
People using Visual C++ with MSBuild, or clang with CMake and ninja.
CMake says they are there. Other tools mostly are not.
Nobody has said they are using them in anything important, but hopefully that is coming.
CMake has support for named modules but does not support header units or C++23 module features such as import std;
Import std has been there for a while but is experimental until gcc supports it. Gcc just for that support so it should be mainline soon.