added some comments to xml for loadvalue, everything running fine through valgrind now

This commit is contained in:
Shane Grant
2013-07-06 15:58:55 -07:00
parent 283db1b09d
commit 1f64755397
3 changed files with 163 additions and 155 deletions

View File

@@ -214,8 +214,6 @@ 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);