os/ossrv/genericopenlibs/cppstdlib/stl/stlport/using/iostream
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/genericopenlibs/cppstdlib/stl/stlport/using/iostream	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,14 @@
     1.4 +
     1.5 +# include <using/istream>
     1.6 +
     1.7 +using _STLP_VENDOR_STD::cin;
     1.8 +using _STLP_VENDOR_STD::cout;
     1.9 +using _STLP_VENDOR_STD::cerr;
    1.10 +using _STLP_VENDOR_STD::clog;
    1.11 +
    1.12 +# if ! defined (_STLP_NO_WIDE_STREAMS)
    1.13 +using _STLP_VENDOR_STD::wcin;
    1.14 +using _STLP_VENDOR_STD::wcout;
    1.15 +using _STLP_VENDOR_STD::wcerr;
    1.16 +using _STLP_VENDOR_STD::wclog;
    1.17 +# endif