Boost logo

Boost :

From: John Maddock (john_maddock_at_[hidden])
Date: 2002-07-09 08:12:32


> It is failing a static assert. See below.

OK if I understand the backtrace correctly then is_signed<wchar_t>::value is
evaluating to true, when it should be false for win32, and if I understand
the implementation correctly then this can only happen if
std::numeric_limits<wchar_t>::is_signed is true (which would be a libstdc++
bug), can you check that?

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk