xo-arena: tidy: make CircularBuffer::_expand_to() private

This commit is contained in:
Roland Conybeare 2026-01-11 16:58:57 -05:00
commit 770879aa68
3 changed files with 41 additions and 39 deletions

View file

@ -55,6 +55,8 @@ namespace xo {
REQUIRE(buf.occupied_range().to_string_view() == std::string_view("defghijklmnopq"));
}
// TODO: test pin_range() / unpin_range()
} /*namespace ut*/
} /*namespace xo*/