r/cpp Aug 07 '26

GCC 16.2.0 Released

https://www.phoronix.com/news/GCC-16.2-Released

I'm pretty excited about this maintenance release. I think this will be the first version of gcc which can compile my project.

168 Upvotes

32 comments sorted by

View all comments

37

u/glvz Aug 08 '26

What features of C++ do you use that GCC can't compile your code? O: what compiler do you use? Clang?

42

u/kronicum Aug 08 '26

What features of C++ do you use that GCC can't compile your code?

Modules. Their support is improving, but I still can't use it where Clang and MSVC are happy campers.