AIX I/O failures

Mark Mitchell mark@codesourcery.com
Sun Apr 1 00:00:00 GMT 2001


>>>>> "Gabriel" == Gabriel Dos Reis <gdr@codesourcery.com> writes:

    Gabriel> Wouldn't then cin get type 'char[]'? Or am I missing
    Gabriel> something?

Yup -- you only do that at the point of definition, and you make sure
that the real declaration of cin is not in scope.  In other words, you
intentiionally violate the ODR.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


More information about the Libstdc++ mailing list