1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib/replace/strstream.h
2015-06-04 17:34:58 +02:00

16 lines
275 B
C++

// Backward-compat support -*- C++ -*-
#ifndef _BACKWARD_STRSTREAM
#ifndef _BACKWARD_BACKWARD_WARNING_H
#define _BACKWARD_BACKWARD_WARNING_H 1
#endif
#include <strstream>
using std::strstreambuf;
using std::istrstream;
using std::ostrstream;
using std::strstream;
#endif