Skip to content

Commit

Permalink
fix blobstorage build clang14 (#2202)
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny authored Feb 23, 2024
1 parent 46bd332 commit 393f609
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ namespace NKikimr::NStorage {
}

for (const auto& [path, m, guid] : msg.MetadataPerPath) {
auto addConfig = [&, path = path](const auto& config, auto func, auto& set) {
auto addConfig = [&, path = path, guid = guid](const auto& config, auto func, auto& set) {
auto& ptr = set[config];
if (!ptr) {
ptr = (res->*func)();
Expand Down

0 comments on commit 393f609

Please sign in to comment.