Question about std::basic_ostream and unsigned char in gcc 3.0
Gabriel Dos Reis
Gabriel.Dos-Reis@cmla.ens-cachan.fr
Sat Mar 24 14:35:00 GMT 2001
Levente Farkas <lfarkas@mindmaker.hu> writes:
[...]
| > char != unsigned char != signed char.
|
| ??? this means char is different from BOTH singend and unsigned char ???
Yes.
[...]
| where the standard said that char != unsigned char != signed char ?
3.9.1/1
[...] Plain char, signed char, unsigned char are three distinct
types. [...]
This has nothing to do with V3.
-- Gaby
More information about the Libstdc++
mailing list