mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
16 lines
275 B
C++
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
|