On 11/3/20 2:15 PM, Nathan Sidwell wrote:
> Here are the new options, along with the C++ lang-spec changes.
>
> Modules is enabled by -fmodules-ts, it is not implicitly enabled by
> -std=c++20. Usually that's the only option you need to add for a
> module-aware build.
>
> to build a header unit
Here are the new options, along with the C++ lang-spec changes.
Modules is enabled by -fmodules-ts, it is not implicitly enabled by
-std=c++20. Usually that's the only option you need to add for a
module-aware build.
to build a header unit you can either add -fmodule-header to a c++
build,