|
|
|
|
|
by intea
2791 days ago
|
|
C++ compilation is massively slowed down by the sheer existence of the preprocessor. This could be drastically improved by the usage of modules which are coming soon(tm). Both MSVC and Clang already support them experimentally fwiw. |
|