|
Boost : |
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk