Exploring C++ 20

Using Old-Fashioned #include Directives

These files are extracted from the book, changing import <header>; to #include <header>. Also module declarations are commented out, as is the export keyword. I provide header files to replace local modules.

Every chapter folder contains the files for that chapter, including CMakeLists.txt and test scripts. All files use POSIX line endings (newline only).