Resize circular buffer on overflow (#422)

This commit is contained in:
Fangjun Kuang
2023-11-13 12:07:51 +08:00
committed by GitHub
parent 9884cf71e7
commit 097d641869
5 changed files with 94 additions and 10 deletions

View File

@@ -6,8 +6,8 @@
#define SHERPA_ONNX_CSRC_LEXICON_H_
#include <cstdint>
#include <iostream>
#include <regex>
#include <memory>
#include <regex> // NOLINT
#include <string>
#include <unordered_map>
#include <unordered_set>