Is it acceptable to add types to the std namespace. For example, I want a TCHAR-friendly string, so is the following acceptable?
std
#include
This is an interesting question because it's completely subjective to the project and the engineers' accepted coding standards.
For a single programmer, why not... just be careful.
For teams, make a standard...
For a cross-platform project, hell yeah.
Otherwise, nawdawg.