error: failed to read compiled module: No such file or directory – Debian
I've just purchased the book Beginning C++20 (the eBook version) and I'm trying to compile the first example using the new C++20 method. The content of the source file is // Ex1_01.cpp // A Complete C++ program import <iostream>; int…