String Theory 1.8
- Fix major bug in
ST::buffer<T>::operator==()
for types ofT
larger thanchar
. - Fix
ST::string_stream::operator<<()
for float and double not actually writing the value to the stream. - Add more unit tests.
ST::buffer<T>::operator==()
for types of T
larger than char
.ST::string_stream::operator<<()
for float and double not actually writing the value to the stream.