$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Eric Niebler (eric_at_[hidden])
Date: 2004-04-21 10:22:16
Dill, John wrote:
>
> Does the standard say that char can be either signed char or unsigned char, or is that just an implementation issue?
>
> Best,
> John
char can be either signed or unsigned. However, it is guaranteed to be a
type distinct from either signed char or unsigned char.
-- Eric Niebler Boost Consulting www.boost-consulting.com