
9 Mar
2006
9 Mar
'06
7:07 a.m.
Beman Dawes wrote:
Sorry, no, because of this another static object:
const std::codecvt<wchar_t, char, std::mbstate_t> * converter( &std::use_facet<std::codecvt<wchar_t, char, std::mbstate_t> > ( loc() ) );
which cals 'loc' before 'main' is called, and gives the same problem.
Grrr.... Sorry. Fixed in CVS.
Thanks, this makes the error go away. (Since I don't use wpath, the converter is not used now, so there's no exception at all). - Volodya