diff options
| author | nechda <[email protected]> | 2025-05-06 18:42:39 +0300 |
|---|---|---|
| committer | nechda <[email protected]> | 2025-05-06 19:01:14 +0300 |
| commit | 2ee421373f021f9e2052947917506a69c0b757ea (patch) | |
| tree | 839120e4f67c7995bd5d86094176496bf7fc1fef /library/cpp/yson_pull | |
| parent | 1f6c6c27a8e7dbb160b50ebaaaea4d3aeb59612c (diff) | |
[library] Fix -Wdeprecated-this-capture warning
Fix for library
commit_hash:4ffd5fad7dcb0fae1cd0597997304346d7ac8865
Diffstat (limited to 'library/cpp/yson_pull')
| -rw-r--r-- | library/cpp/yson_pull/detail/macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yson_pull/detail/macros.h b/library/cpp/yson_pull/detail/macros.h index 7243f9cfe13..35f2ef1930e 100644 --- a/library/cpp/yson_pull/detail/macros.h +++ b/library/cpp/yson_pull/detail/macros.h @@ -16,7 +16,7 @@ (); #else // Clang does not support gnu-style attributes on lambda functions yet -#define COLD_BLOCK_BYVALUE [=]() { +#define COLD_BLOCK_BYVALUE [=, this]() { #define COLD_BLOCK_BYREF [&]() { #define COLD_BLOCK_END \ } \ |
