The main goal of modules is to improve compilation times, but if you already have a modularized code base, and are using PCH, then modules don't improve compile-time, at all.
Migrating from PCH to modules is quite a lot of work, for minimal added value, and a lot of disappointment.
The main goal of modules is to improve compilation times, but if you already have a modularized code base, and are using PCH, then modules don't improve compile-time, at all.
Migrating from PCH to modules is quite a lot of work, for minimal added value, and a lot of disappointment.