Part 1.
C++20: The Advantages of Modules
by Rainer Grimm
From the article:
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...
Add a Comment
Comments are closed.