Is it ever impossible to write a header-only library?

Viewed 1970

Is there ever such a pattern of dependancies that it is impossible to keep everything in header files only? What if we enforced a rule of one class per header only?

For the purposes of this question, let's ignore static things :)

4 Answers
Related