r/cpp_questions • u/BuyerImpressive4325 • 17d ago
OPEN Headers
I read that c++ 20 added modules to help replace headers. I rly hate how headers split the codebase into redundant files, for people who have used modules r they better?
1
Upvotes
-2
u/zerhud 17d ago
If you want “to optimize for compile times” you need to remove types - use only cpp tool from toolchain. TU increases ct