←back to thread

GCC 15.1

(gcc.gnu.org)
270 points jrepinc | 1 comments | | HN request time: 0.217s | source
Show context
elvircrn ◴[] No.43793533[source]
"C++ Modules have been greatly improved."

It would be nice to know what these great improvements actually are.

replies(3): >>43793861 #>>43794293 #>>43795633 #
1. canucker2016 ◴[] No.43794293[source]
Later in the article, it mentions:

    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).