xo-tokenizer2: use xo-arena DCircularBuffer to buffer input line
This commit is contained in:
parent
4065ba0bd5
commit
8daf562b29
12 changed files with 110 additions and 361 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue