Do .tcc/.tpp files need headerguards?

Mar 26, 2022 at 9:52am
If I understood correctly .tcc/.tpp files should have their includes in the correspnding .h file and aren't included more than once. So I am guessing that they don't need headerguards. Am I wrong?
Mar 26, 2022 at 12:14pm
That's right. You only need to use header guards for the header files.
Topic archived. No new replies allowed.