We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa91b70 commit 011e15dCopy full SHA for 011e15d
ydb/library/yaml_config/serialize_deserialize.cpp
@@ -12,7 +12,7 @@ Y_DECLARE_OUT_SPEC(, NKikimr::NYaml::TCombinedDiskInfoKey, stream, value) {
12
}
13
14
template <>
15
-bool TryFromStringImpl<::NKikimrConfig::TBootstrap_ETabletType, char>(const char* value, unsigned long size, NKikimrConfig::TBootstrap_ETabletType& res) {
+bool TryFromStringImpl<::NKikimrConfig::TBootstrap_ETabletType, char>(const char* value, size_t size, NKikimrConfig::TBootstrap_ETabletType& res) {
16
const google::protobuf::EnumDescriptor *descriptor = ::NKikimrConfig::TBootstrap_ETabletType_descriptor();
17
const auto* valueDescriptor = descriptor->FindValueByName(TString(value, size));
18
if (valueDescriptor) {
0 commit comments