cloudius-systems / osv

OSv, a new operating system for the cloud.
osv.io
Other
4.12k stars 605 forks source link

do not use boost::format and streams in osv::printf() and osv::debug() #1337

Closed wkozaczuk closed 1 month ago

wkozaczuk commented 1 month ago

This is another commit to remove code that directly or indirectly depends on std::locale.

Ref #1335