Hello,
would it be possible to make it so that I can use the format.cc/h library without it referencing any of the *stream headers/libraries?
I quickly hacked the files removing any reference to istream/ostream/sstream and it seemed to build fine (g++ 5.2.0). So it seems like an easy do.