buffer_t.cc

This commit is contained in:
Heinz Mauelshagen
2013-01-23 13:47:58 +01:00
parent 5f336e4b41
commit 635eb6949a
2 changed files with 333 additions and 1 deletions

View File

@@ -88,7 +88,6 @@ namespace persistent_data {
if (index >= Size)
throw std::runtime_error("buffer index out of bounds");
}
};
}