
11 May
2005
11 May
'05
5:13 p.m.
And a lot more like this. Why references to std::char_traits<wchar_t> symbols are undefined?
Because MinGW doesn't have wide char support. Well.. it has the type.. but that's about it :-) (this is AFAIK, i.e. last I checked)
Doesn't standard require wchar_t specialization? Anyway, how could I separate mingw from any other gcc? Gennadiy