[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New directions with much less objectives (Was Re: Comments?)



Christian Reiniger writes:
 > Adrian Ratnapala wrote:
 > 
 > > > auto_ptr <> is completely missing from libstdc++. IIRC they left it out
 > 
 > >I see it in my system headers, it is not commented out and I have used
 > >it experimentally without hacking any headers.  But yes probably best
 > 
 > <checking> Really? Here it's enclosed in "#if 0 ... #endif" (libstdc++ 2.9)

strange, I also am using libstdc++ 2.9 and it has it surrounded
by
#if 1
#endif /*0*/

Anyway, it's broken.