This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

header files <iostream>, <iomanip>




I notice that egcs lakes the standard header files <iostream>,
<iomanip> (and others...). So based on what is done for other files,
and waiting for better solution, I proposed this be included in the
next snapshot: 

[content of iostream]
// -*- C++ -*- forwarding header
// This is part of the GNU ANSI C++ Library

#ifndef __IOSTREAM__
#define __IOSTREAM__
#include <iostream.h>
#endif


[content of iomanip]
// -*- C++ -*- forwarding header
// This is part of the GNU ANSI C++ Library

#ifndef __IOMANIP__
#define __IOMANIP__
#include <iomanip.h>
#endif




-- Gaby



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]