$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-01-21 10:29:42
Zara wrote:
># Type wchar_t is unsigned
># WCHAR_MAX =0x7fff
>
>
This sounds like a contradiction. If wchar_t is unsigned, then the max
value should be 0x7ffff.
Sebastian Redl