Personally, I quite like header-only libraries, but there are claims they cause code bloat due to over-inlining (as well as the other obvious problem of longer compile times).
I was wondering, how much truth is there to these claims (the one about bloat)?
Furthermore, are the costs 'justified'? (Obviously there are unavoidable cases such as when it's a library implemented purely or mostly with templates, however I'm more interested in the case where there's actually a choice available.)
I know there's no hard and fast rule, guideline, etc as far as stuff like this goes, but I'm just trying to get a feel for what others think on the issue.
P.S. Yes this is a very vague and subjective question, I'm aware, and so I have tagged it as such.
See Question&Answers more detail:os