This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Question about std::basic_ostream and unsigned char in gcc 3.0


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

 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]