diff options
author | reshilkin <reshilkin@yandex-team.com> | 2023-08-11 22:01:06 +0300 |
---|---|---|
committer | reshilkin <reshilkin@yandex-team.com> | 2023-08-11 22:54:47 +0300 |
commit | bb58f2b704eed4f16caf56c09b5719268f6cd9ae (patch) | |
tree | 13f28bdb4ad2bea951482b9baeb6b62d432f3e15 /contrib/libs | |
parent | 0484ec70edb1e3f921df3836762b032ed304b64a (diff) | |
download | ydb-bb58f2b704eed4f16caf56c09b5719268f6cd9ae.tar.gz |
Remove needless patch
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/flatbuffers/include/flatbuffers/base.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/flatbuffers/include/flatbuffers/base.h b/contrib/libs/flatbuffers/include/flatbuffers/base.h index 9b6cc24b13..a416bc1b38 100644 --- a/contrib/libs/flatbuffers/include/flatbuffers/base.h +++ b/contrib/libs/flatbuffers/include/flatbuffers/base.h @@ -339,8 +339,8 @@ typedef uint16_t voffset_t; typedef uintmax_t largest_scalar_t; // In 32bits, this evaluates to 2GB - 1 -#define FLATBUFFERS_MAX_BUFFER_SIZE std::numeric_limits<flatbuffers::soffset_t>::max() -#define FLATBUFFERS_MAX_64_BUFFER_SIZE std::numeric_limits<flatbuffers::soffset64_t>::max() +#define FLATBUFFERS_MAX_BUFFER_SIZE std::numeric_limits<::flatbuffers::soffset_t>::max() +#define FLATBUFFERS_MAX_64_BUFFER_SIZE std::numeric_limits<::flatbuffers::soffset64_t>::max() // The minimum size buffer that can be a valid flatbuffer. // Includes the offset to the root table (uoffset_t), the offset to the vtable |