AIX I/O failures
David Edelsohn
dje@watson.ibm.com
Thu Jan 25 12:10:00 GMT 2001
>>>>> Gabriel Dos Reis writes:
Gabriel> Mark Mitchell <mark@codesourcery.com> writes:
Gabriel> | char cin[sizeof(istream)]
Gabriel> | __attribute__ ((__align (__alignof__ (istream))));
Gabriel> Wouldn't then cin get type 'char[]'? Or am I missing something?
Yes. I believe that one needs to keep the cin type used in the
initializer completely separate from the rest of the code which defines
the correct istream type for cin.
David
More information about the Libstdc++
mailing list