Elektrine lite

← Feed

@stiv@mastodon.social

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)

  • @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.

    Open ##3935203