fixes a memory issue with rapidxml, we need to make sure that input streams are null terminated (C++ api yeah right!)

This commit is contained in:
Shane Grant
2013-07-06 15:52:39 -07:00
parent c4ce4260ed
commit 283db1b09d
3 changed files with 167 additions and 165 deletions

View File

@@ -214,6 +214,8 @@ void test_pod()
float const o_float = random_value<float>(gen);
double const o_double = random_value<double>(gen);
std::cerr << i << std::endl;
std::ostringstream os;
{
OArchive oar(os);