diff options
author | arkady-e1ppa <arkady-e1ppa@yandex-team.com> | 2024-05-07 18:53:41 +0300 |
---|---|---|
committer | arkady-e1ppa <arkady-e1ppa@yandex-team.com> | 2024-05-07 19:04:48 +0300 |
commit | 4170e3df16f6ca921e9004cf9d98be5484c36cef (patch) | |
tree | 1ed43222c62bfb899cb85a35c310eaf4a934309d /library/cpp | |
parent | 50ea5223965d9f51e893d37c4247bce108a6e9db (diff) | |
download | ydb-4170e3df16f6ca921e9004cf9d98be5484c36cef.tar.gz |
Bunch of issues from babenko-issues tag
4a6fd6fb52fcb4d43f76651d645dc2e1affe3dd0
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/yt/misc/port.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/yt/misc/port.h b/library/cpp/yt/misc/port.h index e30e163a59..fe1c5e96de 100644 --- a/library/cpp/yt/misc/port.h +++ b/library/cpp/yt/misc/port.h @@ -71,7 +71,7 @@ #endif #if defined(_unix_) - #define NO_UNIQUE_ADDRESS [[no_unique_address]] + #define YT_ATTRIBUTE_NO_UNIQUE_ADDRESS [[no_unique_address]] #else - #define NO_UNIQUE_ADDRESS + #define YT_ATTRIBUTE_NO_UNIQUE_ADDRESS #endif |