$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2003-11-30 08:00:13
> The problem is that we have tests which fail because of it. I
> adjusted counting_iterator to supply a specialization for
> is_numeric<wchar_t>, which was previously looking at
> numeric_limits<wchar_t>::is_specialized.
That's a pain, thinking about it, I guess STLPort has the same problem that
we have: it can't tell whether wchar_t is a native type or not for that
compiler.
John.