aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorbkuchin <bkuchin@yandex-team.ru>2022-02-10 16:46:29 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:29 +0300
commit2c6ec4e7012419466156d8eb2394a888cccaa800 (patch)
tree9e80d045a72a2eb2c74ea86becc855a1fa35dcf7 /contrib
parent1c8fad4dbdab65ce5d4d0740cd02f90c069b4f17 (diff)
downloadydb-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.hpp2
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
}