X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=include%2Fc%2B%2B%2Fstl%2Fusing%2Fh%2Fiostream.h;fp=include%2Fc%2B%2B%2Fstl%2Fusing%2Fh%2Fiostream.h;h=e85f4e2c74e69ff68691e21a02d106a0fe5bf102;hp=0000000000000000000000000000000000000000;hb=173d8903eb9d51a4ea7d7fa3e52dc86c9bb6d4f1;hpb=b024710fe2b60cd4a42a8993b61333d6cdb56ca3 diff --git a/include/c++/stl/using/h/iostream.h b/include/c++/stl/using/h/iostream.h new file mode 100644 index 0000000..e85f4e2 --- /dev/null +++ b/include/c++/stl/using/h/iostream.h @@ -0,0 +1,24 @@ +using _STLP_OLD_IO_NAMESPACE::istream; +using _STLP_OLD_IO_NAMESPACE::ostream; + +/* HP aCC include files re-define these when THREAD_SAFE */ +#if !defined(cin) +using _STLP_OLD_IO_NAMESPACE::cin; +#endif +#if !defined(cout) +using _STLP_OLD_IO_NAMESPACE::cout; +#endif +#if !defined(cerr) +using _STLP_OLD_IO_NAMESPACE::cerr; +#endif +#if !defined(clog) +using _STLP_OLD_IO_NAMESPACE::clog; +#endif + +using _STLP_OLD_IO_NAMESPACE::endl; +using _STLP_OLD_IO_NAMESPACE::ends; + +using _STLP_OLD_IO_NAMESPACE::ios; +using _STLP_OLD_IO_NAMESPACE::flush; + +// using _STLP_OLD_IO_NAMESPACE::ws;