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

7 lines
246 B
Text
Raw Normal View History

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;