xo-tokenizer2: use xo-arena DCircularBuffer to buffer input line

This commit is contained in:
Roland Conybeare 2026-01-11 18:42:08 -05:00
commit 8daf562b29
12 changed files with 110 additions and 361 deletions

View file

@ -146,7 +146,7 @@ namespace xo {
}
auto
DCircularBuffer::append(span_type src) -> span_type
DCircularBuffer::append(const_span_type src) -> const_span_type
{
span_type dest = get_append_span(src.size());