xo-tokenizer2: use xo-arena DCircularBuffer to buffer input line
This commit is contained in:
parent
b9921d4108
commit
1575f8a147
10 changed files with 106 additions and 359 deletions
|
|
@ -20,7 +20,7 @@ namespace xo {
|
|||
class TokenizerError {
|
||||
public:
|
||||
using CharT = char;
|
||||
using span_type = span<const CharT>;
|
||||
using span_type = xo::mm::span<const CharT>;
|
||||
|
||||
public:
|
||||
/** @defgroup tokenizer-error-ctors **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue