> Other parts are quite simple and well worth picking up, e.g. liberal use of typedefs
honest question, why do you think liberal use of typedefs is a good habit to pick up?
honest question, why do you think liberal use of typedefs is a good habit to pick up?
That said, I'm not suggesting you use them indiscriminately. 'this_type' and 'value_type' are often useful; 'difference_type' and 'size_type' generally won't gain you anything...