This commit is contained in:
bobqianic 2024-02-13 03:05:37 +00:00 committed by GitHub
parent 7570bbcd9b
commit 861f544f33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7798,7 +7798,7 @@ private:
bool collecting_numeric = false; bool collecting_numeric = false;
bool collecting_letter = false; bool collecting_letter = false;
bool collecting_special = false; bool collecting_special = false;
bool collecting_whitespace_lookahead = false; bool collecting_whitespace = false;
bool collecting = false; bool collecting = false;
std::vector<std::string> text_utf; std::vector<std::string> text_utf;