ostream.h revision 169691
167754Smsmith// Copyright (C) 2000 Free Software Foundation, Inc.
267754Smsmith//
367754Smsmith// This file is part of the GNU ISO C++ Library.  This library is free
467754Smsmith// software; you can redistribute it and/or modify it under the
567754Smsmith// terms of the GNU General Public License as published by the
667754Smsmith// Free Software Foundation; either version 2, or (at your option)
7217365Sjkim// any later version.
8245582Sjkim
970243Smsmith// This library is distributed in the hope that it will be useful,
1067754Smsmith// but WITHOUT ANY WARRANTY; without even the implied warranty of
11217365Sjkim// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12217365Sjkim// GNU General Public License for more details.
13217365Sjkim
14217365Sjkim// You should have received a copy of the GNU General Public License along
15217365Sjkim// with this library; see the file COPYING.  If not, write to the Free
16217365Sjkim// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17217365Sjkim// USA.
18217365Sjkim
19217365Sjkim// As a special exception, you may use this file as part of a free software
20217365Sjkim// library without restriction.  Specifically, if other files instantiate
21217365Sjkim// templates or use macros or inline functions from this file, or you compile
22217365Sjkim// this file and link it with other files to produce an executable, this
23217365Sjkim// file does not by itself cause the resulting executable to be covered by
24217365Sjkim// the GNU General Public License.  This exception does not however
2567754Smsmith// invalidate any other reasons why the executable file might be covered by
26217365Sjkim// the GNU General Public License.
27217365Sjkim
28217365Sjkim#ifndef _BACKWARD_OSTREAM_H
2967754Smsmith#define _BACKWARD_OSTREAM_H 1
30217365Sjkim
31217365Sjkim#include "backward_warning.h"
32217365Sjkim#include "iostream.h"
33217365Sjkim
34217365Sjkim#endif
35217365Sjkim