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]
Other format: [Raw text]

Re: basic_istream error building SPEC eon on AIX


David Edelsohn <dje@watson.ibm.com> writes:

| Ben> use istream::get(char), not non-existent istream::get(unsigned char)
| 
| 	I tried -fsigned-char (AIX defaults to unsigned), but that did not

"char", "signed char" and "unsigned char" are distinct types no matter
the signness of char. 

-- Gaby


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