
12 Feb
2006
12 Feb
'06
5:55 p.m.
Sebastian Redl wrote:
Non-native wchar_t issues aside (I'm not sure of the rationale here), if the compiler is, as you say, new, then it should have an intrinsic wchar_t, and failure to get it working is either misconfiguration of the compiler (VC++, for example, needs a compiler switch to activate intrinsic wchar_t) or misconfiguration in the Boost config.hpp.
...or the situation is not that simple, e.g. if your STL doesn't work at all with native wchar_t. ;-) Stefan