Wild Beasts
2011-11-28 Leave a comment
In “Private Practice: Taming Templates”, I had (deliberately, of course :)) hidden a bug in the implementation of KDGenericFactory
. I’ve now added a discussion about the bug and its fix.
Marc Mutz on Qt, Boost, and C++
2011-11-28 Leave a comment
In “Private Practice: Taming Templates”, I had (deliberately, of course :)) hidden a bug in the implementation of KDGenericFactory
. I’ve now added a discussion about the bug and its fix.
2011-11-18 Leave a comment
I’ve started a new column, Private Practice, that looks at existing implementations and examines them.
The first Private Practice article, Taming Templates, examines techniques to control template code bloat. There’s nothing particularly earth-shattering in there, but I noticed that a lot of people don’t seem to be aware of the fact that templates can cause a lot of duplicated code, so I thought I’d write about it.
Even if they haven’t been released under the Private Practice banner, the following articles also fit that category well: