Hacker News new | ask | show | jobs
by m-schuetz 391 days ago
Are C++ modules actually production ready now? Last I checked, they still weren't properly supported accross all major compilers.
2 comments

Depends on which requirements one has.

If staying only on VC++ or clang latest, with MSBuild or CMake/ninja, they kind of are, on my hobby coding I have been using modules for quite a while now, check the C++ projects on Github.

Tip, for node native modules, which node-gyp probably will never support them, they are supported via cmake.js.

No…