PLSysSec / rlbox

RLBox sandboxing framework
https://rlbox.dev
MIT License
285 stars 21 forks source link

Reduce dependency to <iostream> in header #57

Open serge-sans-paille opened 3 weeks ago

serge-sans-paille commented 3 weeks ago
comes with global constructors (to initialize std::cout, std::cerr and the likes) and is a rather large header on its own. Having it in a header impacts all compilation unit that include this header. Use instead for the simple formatting used in rlbox_helpers.hpp.