$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-03-09 02:07:05
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