[btree_damage_tests] << operator for thing.
This commit is contained in:
parent
38dcde0c37
commit
93ba17a3f4
@ -33,6 +33,10 @@ namespace {
|
|||||||
uint64_t y;
|
uint64_t y;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ostream &operator <<(ostream &out, thing const &t) {
|
||||||
|
return out << "thing [" << t.x << ", " << t.y << "]";
|
||||||
|
}
|
||||||
|
|
||||||
struct thing_disk {
|
struct thing_disk {
|
||||||
le32 x;
|
le32 x;
|
||||||
le64 y;
|
le64 y;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user