diff options
author | zhnick <zhnick@yandex-team.ru> | 2022-02-10 16:49:24 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:24 +0300 |
commit | 46f4bc6ab513a0ed1407f9095284a00e20f05adc (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | eb6fe21ce79c63199487d2c364f773082919c024 (diff) | |
download | ydb-46f4bc6ab513a0ed1407f9095284a00e20f05adc.tar.gz |
Restoring authorship annotation for <zhnick@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | library/cpp/binsaver/class_factory.h | 2 | ||||
-rw-r--r-- | library/cpp/containers/ya.make | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/binsaver/class_factory.h b/library/cpp/binsaver/class_factory.h index 2cccb98fd9..e83512331b 100644 --- a/library/cpp/binsaver/class_factory.h +++ b/library/cpp/binsaver/class_factory.h @@ -89,7 +89,7 @@ void TClassFactory<T>::RegisterTypeBase(int nTypeID, newFunc func, VFT vft) { abort(); } } - + CTypeIndexHash::iterator typeIndexIt = typeIndex.find(vft); if (typeIndexIt != typeIndex.end() && nTypeID != typeIndexIt->second) { fprintf(stderr, "IBinSaver: class (Type ID 0x%08X) has been already registered (Type ID 0x%08X)\n", nTypeID, typeIndexIt->second); diff --git a/library/cpp/containers/ya.make b/library/cpp/containers/ya.make index 98f64dba67..4b1b315e6a 100644 --- a/library/cpp/containers/ya.make +++ b/library/cpp/containers/ya.make @@ -1,4 +1,4 @@ -RECURSE( +RECURSE( 2d_array absl_flat_hash absl_tstring_flat_hash @@ -12,7 +12,7 @@ RECURSE( comptrie/loader/ut comptrie/ut comptrie/benchmark - concurrent_hash + concurrent_hash concurrent_hash_set concurrent_hash_set/ut dense_hash @@ -68,4 +68,4 @@ RECURSE( two_level_hash/ut vp_tree vp_tree/ut -) +) |