epoc32/include/tools/stlport/using/h/iomanip.h
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/tools/stlport/using/h/iomanip.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,6 @@
     1.4 +using ::setiosflags;
     1.5 +using ::resetiosflags;
     1.6 +// using ::setbase;
     1.7 +using ::setfill;
     1.8 +using ::setprecision;
     1.9 +using ::setw;