`malloc_alloc' not declared
Phil Edwards
phil@jaj.com
Mon Sep 9 13:12:00 GMT 2002
On Sun, Sep 08, 2002 at 05:05:19PM -0400, Robin Qiu wrote:
>
> Hi Loren,
>
> Thanks for the reply. What does it mean "Any macro that starts
> with __ is in library implementation space..."?
It means you don't get to use it. :-) You get to define these:
http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/howto.html#6
and others as we make them safe.
> I couldn't find
> "malloc_alloc" anywhere in libstdc++-v3,
It was an SGI extension. We've been removing and renaming them slowly.
You'll have to look in the header file for your particular libstdc++
version for more info until we get them finished.
--
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
- Edsger Dijkstra, 1930-2002
More information about the Libstdc++
mailing list