xo-alloc2 xo-gc: assorted utest-guided cleanup ++ coverage
This commit is contained in:
parent
04bdc763bf
commit
9b84ef8a7f
12 changed files with 111 additions and 11 deletions
|
|
@ -30,6 +30,8 @@ namespace xo {
|
|||
|
||||
operator value_type() const { return role_; }
|
||||
|
||||
Role next() const { return Role(role_ + 1); }
|
||||
|
||||
value_type role_ = 0;
|
||||
};
|
||||
} /*namespace mm*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue