Feature request
I do request adding modules support.
Description
Modules is a C++20 feature that fundamentally reduce recompilling time.
Compiler support
MSVC fully supports it since 16.8.
Many other popular compilers, like GCC or clang, supports modules partially and shall support modules fully soon™.
Static linking alternative
There are significant differences between static linking and modules and modules should be available at least as an alternative.
Prerequisites
Feature request
I do request adding modules support.
Description
Modules is a C++20 feature that fundamentally reduce recompilling time.
Compiler support
MSVC fully supports it since 16.8.
Many other popular compilers, like GCC or clang, supports modules partially and shall support modules fully soon™.
Static linking alternative
There are significant differences between static linking and modules and modules should be available at least as an alternative.
Prerequisites
__cpp_modulesstandard feature testing macro xor add module partition files along with the main module file thatimports all partitions. In the last case, you should choose the modules extension name (eg/[ci]xx/xor/c[px+]{2}m/).