This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: libio.h cleanup (was Re: changes for approval, part three (solaris))
- To: libstdc++ at sources dot redhat dot com
- Subject: Re: libio.h cleanup (was Re: changes for approval, part three (solaris))
- From: David Edelsohn <dje at watson dot ibm dot com>
- Date: Wed, 25 Oct 2000 16:03:10 -0400
>>>>> Phil Edwards writes:
Phil> One minor problem: we can't just add exception specifications (via
Phil> __THROW) to functions, because libio is written in C and compiled as such.
Phil> (That's why the old code had a test for __cplusplus.)
Sorry, yes, of course. I had not meant to omit the __cplusplus
test in the revised libio.h definition of __THROW.
David