libio.h cleanup (was Re: changes for approval, part three (solaris))
Phil Edwards
pedwards@disaster.jaj.com
Wed Oct 25 12:58:00 GMT 2000
On Tue, Oct 24, 2000 at 09:31:46PM -0400, David Edelsohn wrote:
> I should have included the definition of __THROW. The following
> appears to be the complete set of macros that v3 assumes exists due to
> _G_HAVE_SYS_CDEFS. Is the #ifndef __P is unnecessary?
Let's keep the #ifndef for now.
One minor problem: we can't just add exception specifications (via
__THROW) to functions, because libio is written in C and compiled as such.
(That's why the old code had a test for __cplusplus.)
--
pedwards at disaster dot jaj dot com | pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools. Fools are protected by more capable fools.
More information about the Libstdc++
mailing list