Hacker News
new
past
comments
ask
show
jobs
points
by
bluGill
8 hours ago
|
comments
by
maccard
5 hours ago
|
[-]
What early adopters are using them? Because my impression is the tooling still isn’t there
reply
by
pjmlp
4 hours ago
|
parent
|
next
[-]
People using Visual C++ with MSBuild, or clang with CMake and ninja.
reply
by
bluGill
4 hours ago
|
parent
|
prev
|
[-]
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.
reply
by
Maxatar
4 hours ago
|
parent
|
[-]
CMake has support for named modules but does not support header units or C++23 module features such as import std;
reply
by
bluGill
3 hours ago
|
parent
|
[-]
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.
reply