diff options
| author | Alexander Smirnov <[email protected]> | 2025-05-07 00:51:54 +0000 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2025-05-07 00:51:54 +0000 |
| commit | 459ec323afa65de40887e0a1f55ef659056ac91a (patch) | |
| tree | 973dbba7523bfe215b6ca826fa6c0523e9bff0c9 /library/cpp/yson_pull | |
| parent | dc5fb6e978b430a30e6259533a9501c0121e7b17 (diff) | |
| parent | 59e4896597a08373565093494c534c4e5ca5bdad (diff) | |
Merge branch 'rightlib' into merge-libs-250507-0050
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 \ } \ |
