Re: STL, memory allocation, and cleanup (gcc 3.0?)
On Mon, Nov 19, 2001 at 08:41:41PM +0100, Wichert Akkerman wrote:
> Previously elf@florence.buici.com wrote:
> > In the 2.95.4 headers, the cstdio is a simple wrapper.  What is the
> > motive for using it?
> 
> It puts things properly in the std namespace.
I'm not following you.
  // The -*- C++ -*- standard I/O header.
  // This file is part of the GNU ANSI C++ Library.
  #ifndef __CSTDIO__
  #define __CSTDIO__
  #include <stdio.h>
  #endif
> 
> Wichert.
> 
> -- 
>   _________________________________________________________________
>  /wichert@wiggy.net         This space intentionally left occupied \
> | wichert@deephackmode.org            http://www.liacs.nl/~wichert/ |
> | 1024D/2FA3BC2D 576E 100B 518D 2F16 36B0  2805 3CB8 9250 2FA3 BC2D |
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply to: