size_t changes

This commit is contained in:
Matej Sekoranja
2012-06-07 14:15:12 +02:00
parent 90960d370d
commit 3991a51fd6
7 changed files with 36 additions and 41 deletions

View File

@@ -71,7 +71,7 @@ void testBasicOperations(std::ostream& ofile) {
assert(buff->getFloat(16)==testFloat);
assert(buff->getDouble(20)==testDouble);
/*
uintptr_t sp = buff->getPosition();
std::size_t sp = buff->getPosition();
buff->setPosition(0);
assert(buff->getBoolean()==true);
assert(buff->getByte()==-12);