Post #3935202
2026-07-17 20:08 UTC
@thephd@pony.social everything I've read about C++ modules in the past five years has made me sad.
Replies (1)
-
@PeterSommerlad@mastodon.social 2026-07-17 20:33
@stiv@mastodon.social @thephd@pony.social i just started using them a bit with gcc 16.1 and it is very relieving wrt putting stuff in header files and try to hide helpers in a detail namespace. what you don't export, won't be seen accidentally.