BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

Improve LogStream #25

Open Sqeaky opened 6 years ago

Sqeaky commented 6 years ago

There should be a more Streamlined way for this to create the stream automatically. If I tell it to use a stringstream I shouldn't need to manage the stream and the buffer.