xref: /openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/istream.h (revision 03a78d155d6fff5698289342b62759a75b20d130)
1*03a78d15Sespie // Copyright (C) 2000 Free Software Foundation, Inc.
2*03a78d15Sespie //
3*03a78d15Sespie // This file is part of the GNU ISO C++ Library.  This library is free
4*03a78d15Sespie // software; you can redistribute it and/or modify it under the
5*03a78d15Sespie // terms of the GNU General Public License as published by the
6*03a78d15Sespie // Free Software Foundation; either version 2, or (at your option)
7*03a78d15Sespie // any later version.
8*03a78d15Sespie 
9*03a78d15Sespie // This library is distributed in the hope that it will be useful,
10*03a78d15Sespie // but WITHOUT ANY WARRANTY; without even the implied warranty of
11*03a78d15Sespie // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12*03a78d15Sespie // GNU General Public License for more details.
13*03a78d15Sespie 
14*03a78d15Sespie // You should have received a copy of the GNU General Public License along
15*03a78d15Sespie // with this library; see the file COPYING.  If not, write to the Free
16*03a78d15Sespie // Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
17*03a78d15Sespie // USA.
18*03a78d15Sespie 
19*03a78d15Sespie // As a special exception, you may use this file as part of a free software
20*03a78d15Sespie // library without restriction.  Specifically, if other files instantiate
21*03a78d15Sespie // templates or use macros or inline functions from this file, or you compile
22*03a78d15Sespie // this file and link it with other files to produce an executable, this
23*03a78d15Sespie // file does not by itself cause the resulting executable to be covered by
24*03a78d15Sespie // the GNU General Public License.  This exception does not however
25*03a78d15Sespie // invalidate any other reasons why the executable file might be covered by
26*03a78d15Sespie // the GNU General Public License.
27*03a78d15Sespie 
28*03a78d15Sespie #ifndef _CPP_BACKWARD_ISTREAM_H
29*03a78d15Sespie #define _CPP_BACKWARD_ISTREAM_H 1
30*03a78d15Sespie 
31*03a78d15Sespie #include "backward_warning.h"
32*03a78d15Sespie #include "iostream.h"
33*03a78d15Sespie 
34*03a78d15Sespie #endif
35*03a78d15Sespie 
36*03a78d15Sespie // Local Variables:
37*03a78d15Sespie // mode:C++
38*03a78d15Sespie // End:
39*03a78d15Sespie 
40*03a78d15Sespie 
41*03a78d15Sespie 
42*03a78d15Sespie 
43*03a78d15Sespie 
44