diff options
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 \ } \ |
