streambuf.h revision 169691
1251886Speter// Copyright (C) 2000 Free Software Foundation, Inc.
2251886Speter//
3289180Speter// This file is part of the GNU ISO C++ Library.  This library is free
4289180Speter// software; you can redistribute it and/or modify it under the
5251886Speter// terms of the GNU General Public License as published by the
6251886Speter// Free Software Foundation; either version 2, or (at your option)
7289180Speter// any later version.
8251886Speter
9289180Speter// This library is distributed in the hope that it will be useful,
10251886Speter// but WITHOUT ANY WARRANTY; without even the implied warranty of
11289180Speter// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12289180Speter// GNU General Public License for more details.
13251886Speter
14251886Speter// You should have received a copy of the GNU General Public License along
15251886Speter// with this library; see the file COPYING.  If not, write to the Free
16251886Speter// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
17251886Speter// USA.
18251886Speter
19251886Speter// As a special exception, you may use this file as part of a free software
20251886Speter// library without restriction.  Specifically, if other files instantiate
21251886Speter// templates or use macros or inline functions from this file, or you compile
22251886Speter// this file and link it with other files to produce an executable, this
23251886Speter// file does not by itself cause the resulting executable to be covered by
24251886Speter// the GNU General Public License.  This exception does not however
25251886Speter// invalidate any other reasons why the executable file might be covered by
26251886Speter// the GNU General Public License.
27251886Speter
28251886Speter#ifndef _BACKWARD_STREAMBUF_H
29251886Speter#define _BACKWARD_STREAMBUF_H 1
30251886Speter
31289180Speter#include "backward_warning.h"
32251886Speter#include <streambuf>
33251886Speter
34251886Speterusing std::streambuf;
35251886Speter
36251886Speter#endif
37251886Speter