On Thursday, 14 May 2020 09:14:11 UTC+3, Kenny McCormack wrote:
> In article <r9falf$15u$
1...@dont-email.me>,
> Lynn McGuire <
lynnmc...@gmail.com> wrote:
> >"C++20: The Advantages of Modules" by Rainer Grimm
> >
http://www.modernescpp.com/index.php/cpp20-modules
> >
> >"Modules are one of the four big features of C++20: concepts, ranges,
> >coroutines, and modules. Modules promise a lot: compile-time
> >improvement, isolation of macros, the abolition of header files, and
> >ugly workarounds."
>
> So, you are saying that modules promises these things:
>
> 1) compile-time improvement
> 2) isolation of macros
> 3) the abolition of header files
> 4) ugly workarounds
>
> Good. I'm there.