6 comments

[ 2.7 ms ] story [ 23.7 ms ] thread
(comment deleted)
Could someone knowledgeable of this topic give some info on the status of C++ modules as of this release? https://en.cppreference.com/w/cpp/compiler_support would indicate that they are currently in an unfinished state. Why is that so?
Looks like there are still some bugs open[0] and some unimplemented details[1]. Self promo of my arewemodulesyet to see the status of modules support in the c++ library ecosystem [2].

[0] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103524

[1] https://gcc.gnu.org/projects/cxx-status.html#cxx20

[2] https://arewemodulesyet.org/

" -Wanalyzer-infinite-loop warns about paths through the code which appear to lead to an infinite loop."

That's nice, but what we actually wanted was a -Wanalyzer-not-halting .

> That's nice, but what we actually wanted was a -Wanalyzer-not-halting .

Funny.

In the same vein: where be fully differentiable code generator ?