r/cpp_questions • u/Tiwann_ • 9d ago
OPEN What’s the state of modules
I’ve been hearing about modules since a while now and I can’t seem to find any serious project on the internet using modules. I assume compilers still don’t fully support modules…
6
Upvotes
1
u/DDDDarky 9d ago
I don't think older serious project will just rewrite everything. Even for new project, I've looked a little bit into it, still I'm not 100% sure if modules are ready to be fully used instead of headers and if it's reasonable to do so (if someone does know feel free to reply), but since the major compilers don't even have full support I'm not considering using them as of now anyways.