head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2000.03.04.14.20.55;	author bkoz;	state Exp;
branches;
next	;


desc
@@


1.1
log
@
2000-03-02  Phil Edwards  <pme@@sourceware.cygnus.com>
            Kevin Atkinson  <kevinatk@@home.com>

        Initial grab of SGI's strstream implementation with minor
        modifications.
        * src/strstream.cc:  New file.
        * std/strstream:  New file.
        * stl/bits/std_strstream.h:  New file.
        * bits/std_streambuf.h:  Add public access.
        * src/Makefile.am:  Add strstream sources to list of dependancies.
@
text
@#ifndef _CPP_STRSTREAM
#include <bits/std_strstream.h>
#endif
@
