_Smanip linux equivalent

Hi,

I'm porting some windows code to linux and I can't find an equivalent for _Smanip
(iomanip header). Could you point me in the right direction as nothing I've seen about iomanip seems appropriate.

Thanks in advance
As far as I can tell from google, _Smanip is the type that some(?) I/O manipulators return in MSVC. Normally, if you are writing (or porting, in this case) a custom I/O manipulator to standard C++, it's your job to provide the class definition for its return type. Those classes are usually quite simple.
Topic archived. No new replies allowed.