←back to thread

GCC 15.1

(gcc.gnu.org)
270 points jrepinc | 2 comments | | HN request time: 0.442s | 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. boris ◴[] No.43795633[source]
In GCC 14, C++ modules were unusable (incomplete, full of bugs, no std modules, etc). I haven't tried 15 yet but if that changed, then it definitely qualifies for a "great improvement".
replies(1): >>43796342 #
2. bluGill ◴[] No.43796342[source]
Still no std modules but otherwise likely useable. modules are ready for early adoptors to use and start writing the books on what you should do. (Not how to do it, those books are mostly written though not in print. How hou should as is was imbort std a good idea or shoule containers and algorithms been split - or maybe something I haven't though of)