"C++ Modules have been greatly improved."
It would be nice to know what these great improvements actually are.
replies(3):
Improved experimental support for C++23, including:
std and std.compat modules (also supported for C++20).
From https://developers.redhat.com/articles/2025/04/24/new-c-feat...: The next major version of the GNU Compiler Collection (GCC), 15.1, is expected to be released in April or May 2025.
GCC 15 greatly improved the modules code. For instance, module std is now supported (even in C++20 mode).