diff options
author | bkuchin <bkuchin@yandex-team.ru> | 2022-02-10 16:46:29 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:29 +0300 |
commit | 2c6ec4e7012419466156d8eb2394a888cccaa800 (patch) | |
tree | 9e80d045a72a2eb2c74ea86becc855a1fa35dcf7 /contrib | |
parent | 1c8fad4dbdab65ce5d4d0740cd02f90c069b4f17 (diff) | |
download | ydb-2c6ec4e7012419466156d8eb2394a888cccaa800.tar.gz |
Restoring authorship annotation for <bkuchin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/boost/proto/expr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/boost/proto/expr.hpp b/contrib/restricted/boost/boost/proto/expr.hpp index 87862cf6bd..777af6f3b4 100644 --- a/contrib/restricted/boost/boost/proto/expr.hpp +++ b/contrib/restricted/boost/boost/proto/expr.hpp @@ -144,7 +144,7 @@ namespace boost { namespace proto // actually defined: #include <boost/proto/detail/expr.hpp> - #if defined(__GNUC__) && __GNUC__ >= 9 || defined(__clang__) && __clang_major__ >= 10 && !defined(__apple_build_version__) + #if defined(__GNUC__) && __GNUC__ >= 9 || defined(__clang__) && __clang_major__ >= 10 && !defined(__apple_build_version__) #pragma GCC diagnostic pop #endif } |