| ▲ | tbaeder 3 days ago |
| Are those actually the C++20 modules or clang modules (-fmodules)? |
|
| ▲ | achatham 3 days ago | parent [-] |
| Clang modules. Sorry, didn't realize the distinction! |
| |
| ▲ | Kranar 3 days ago | parent [-] | | Clang modules are nothing like what got standardized. Clang modules are basically a cleaned up and standardized form of precompiled headers and they absolutely speed up builds, in fact that is primarily their function. |
|