$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-10-05 04:39:57
luper rouch wrote:
> The standard <locale> include file is not shipped with the windows
> CE/mobile sdks, and therefore lots of boost parts are unusable.
>
> Is there a way to work around this problem in boost ?
defining BOOST_NO_STD_LOCALE may go some way towards fixing that.
HTH, John.