header files <iostream>, <iomanip>
Gabriel Dos Reis
Gabriel.Dos-Reis@dptmaths.ens-cachan.fr
Sat Sep 6 17:02:00 GMT 1997
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
More information about the Gcc
mailing list