diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-02-16 12:30:27 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-02-16 12:30:27 +0300 |
commit | 2d466cb51cdcc7a2de1685144bc5c2a6794d825e (patch) | |
tree | 4734b1ddfd4208c004f5caa9f07cd04ea65a8f60 /contrib/libs/re2/util/pcre.h | |
parent | a550b15e307f7b41ef2cca24df4a4fd80efdbbc6 (diff) | |
download | ydb-2d466cb51cdcc7a2de1685144bc5c2a6794d825e.tar.gz |
Update contrib/libs/re2 to 2023-02-01
Diffstat (limited to 'contrib/libs/re2/util/pcre.h')
-rw-r--r-- | contrib/libs/re2/util/pcre.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/re2/util/pcre.h b/contrib/libs/re2/util/pcre.h index 896b0bdf89..f0a7180384 100644 --- a/contrib/libs/re2/util/pcre.h +++ b/contrib/libs/re2/util/pcre.h @@ -500,7 +500,7 @@ class PCRE { bool report_errors_; // Silences error logging if false int match_limit_; // Limit on execution resources int stack_limit_; // Limit on stack resources (bytes) - mutable int32_t hit_limit_; // Hit limit during execution (bool) + mutable int hit_limit_; // Hit limit during execution (bool) PCRE(const PCRE&) = delete; PCRE& operator=(const PCRE&) = delete; |