Re: string v.s. basic_string



"Jochen Kalmbach [MVP]" wrote:
[...]
or better:
typedef std::basic_string<TCHAR> _tstring;

It would be better if MS have supplied it. However, you cannot use such name (17.4.3.1.2/1) in your code.

Alex

.