author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
sl@0 | 1 |
|
sl@0 | 2 |
# include <using/istream> |
sl@0 | 3 |
|
sl@0 | 4 |
using _STLP_VENDOR_STD::cin; |
sl@0 | 5 |
using _STLP_VENDOR_STD::cout; |
sl@0 | 6 |
using _STLP_VENDOR_STD::cerr; |
sl@0 | 7 |
using _STLP_VENDOR_STD::clog; |
sl@0 | 8 |
|
sl@0 | 9 |
# if ! defined (_STLP_NO_WIDE_STREAMS) |
sl@0 | 10 |
using _STLP_VENDOR_STD::wcin; |
sl@0 | 11 |
using _STLP_VENDOR_STD::wcout; |
sl@0 | 12 |
using _STLP_VENDOR_STD::wcerr; |
sl@0 | 13 |
using _STLP_VENDOR_STD::wclog; |
sl@0 | 14 |
# endif |