Header Units
Learn how to use header units in C++20.
We'll cover the following...
We'll cover the following...
By the end of 2020, no compiler, so far, supported header units. Header units are a smooth way to transition from headers to modules. You just have to replace the #include directive with the new import directive.