]> git.buserror.net Git - polintos/scott/priv.git/blob - include/c++/stl/using/h/iostream.h
Add STLport 5.1.4
[polintos/scott/priv.git] / include / c++ / stl / using / h / iostream.h
1 using _STLP_OLD_IO_NAMESPACE::istream;
2 using _STLP_OLD_IO_NAMESPACE::ostream;
3
4 /* HP aCC include files re-define these when THREAD_SAFE */
5 #if !defined(cin)
6 using _STLP_OLD_IO_NAMESPACE::cin;
7 #endif
8 #if !defined(cout)
9 using _STLP_OLD_IO_NAMESPACE::cout;
10 #endif
11 #if !defined(cerr)
12 using _STLP_OLD_IO_NAMESPACE::cerr;
13 #endif
14 #if !defined(clog)
15 using _STLP_OLD_IO_NAMESPACE::clog;
16 #endif
17
18 using _STLP_OLD_IO_NAMESPACE::endl;
19 using _STLP_OLD_IO_NAMESPACE::ends;
20
21 using _STLP_OLD_IO_NAMESPACE::ios;
22 using _STLP_OLD_IO_NAMESPACE::flush;
23
24 // using _STLP_OLD_IO_NAMESPACE::ws;