Quick Q: Is it possible to make template specialization for zero template arguments?
Quick A: Do you need it?
Recently on SO:
Is it possible to make template specialization for zero template arguments?
If T is used only for the constructor, you don't need to template the whole class;

