boostorg / utility

Boost.org utility module
http://boost.org/libs/utility
48 stars 67 forks source link

small library for std::ios #104

Closed gpeterhoff closed 1 year ago

gpeterhoff commented 1 year ago

Hello, I have developed a small library for accessing std::ios. This saves manual handling of e.g. ios::flags etc. Could you please include this in boost? Is boost/utility the right location?

ios.hpp.txt

thx Gero

Lastique commented 1 year ago

There is already Boost.IO, in particular io_state.hpp.

Also, for future reference, code submissions should follow Boost coding guidelines, in particular, don't use tabs. Submissions should include documentation and tests. Among other things, docs should include motivation.