summaryrefslogtreecommitdiffstats
path: root/6/sources/cxx-stl/stlport/stlport/using/streambuf
diff options
context:
space:
mode:
Diffstat (limited to '6/sources/cxx-stl/stlport/stlport/using/streambuf')
-rw-r--r--6/sources/cxx-stl/stlport/stlport/using/streambuf5
1 files changed, 5 insertions, 0 deletions
diff --git a/6/sources/cxx-stl/stlport/stlport/using/streambuf b/6/sources/cxx-stl/stlport/stlport/using/streambuf
new file mode 100644
index 0000000..308241d
--- /dev/null
+++ b/6/sources/cxx-stl/stlport/stlport/using/streambuf
@@ -0,0 +1,5 @@
+using _STLP_NEW_IO_NAMESPACE::basic_streambuf;
+using _STLP_NEW_IO_NAMESPACE::streambuf;
+#ifndef _STLP_NO_WIDE_STREAMS
+using _STLP_NEW_IO_NAMESPACE::wstreambuf;
+# endif