1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-06-18 18:05:41 +00:00
reactos/sdk/include/c++/stlport/using/iomanip

6 lines
246 B
Text

using _STLP_NEW_IO_NAMESPACE::setiosflags;
using _STLP_NEW_IO_NAMESPACE::resetiosflags;
using _STLP_NEW_IO_NAMESPACE::setbase;
using _STLP_NEW_IO_NAMESPACE::setfill;
using _STLP_NEW_IO_NAMESPACE::setprecision;
using _STLP_NEW_IO_NAMESPACE::setw;