remove static from process_escape since we need it exposed in header
This commit is contained in:
parent
7930caf24c
commit
8d82d4c8e6
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ int32_t get_num_physical_cores() {
|
|||
return n_threads > 0 ? (n_threads <= 4 ? n_threads : n_threads / 2) : 4;
|
||||
}
|
||||
|
||||
static void process_escapes(std::string& input) {
|
||||
void process_escapes(std::string& input) {
|
||||
std::size_t input_len = input.length();
|
||||
std::size_t output_idx = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue