diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /contrib/libs/cxxsupp | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/tuple | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/system_stl/include/stlfwd | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/system_stl/ya.make | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/tuple b/contrib/libs/cxxsupp/libcxx/include/tuple index 9b127953b3..33aed94a2f 100644 --- a/contrib/libs/cxxsupp/libcxx/include/tuple +++ b/contrib/libs/cxxsupp/libcxx/include/tuple @@ -194,7 +194,7 @@ class __tuple_leaf template <class _Tp> static constexpr bool __can_bind_reference() { -#if __has_keyword(__reference_binds_to_temporary) && !defined(__CUDACC__) +#if __has_keyword(__reference_binds_to_temporary) && !defined(__CUDACC__) return !__reference_binds_to_temporary(_Hp, _Tp); #else return true; diff --git a/contrib/libs/cxxsupp/system_stl/include/stlfwd b/contrib/libs/cxxsupp/system_stl/include/stlfwd index 94e9c17f3f..e00863a8ec 100644 --- a/contrib/libs/cxxsupp/system_stl/include/stlfwd +++ b/contrib/libs/cxxsupp/system_stl/include/stlfwd @@ -11,4 +11,4 @@ #include <deque> #include <map> #include <set> -#include <functional> +#include <functional> diff --git a/contrib/libs/cxxsupp/system_stl/ya.make b/contrib/libs/cxxsupp/system_stl/ya.make index 75317898ac..1c2a9150f5 100644 --- a/contrib/libs/cxxsupp/system_stl/ya.make +++ b/contrib/libs/cxxsupp/system_stl/ya.make @@ -21,7 +21,7 @@ ELSEIF (OS_ANDROID) LDFLAGS(-l:libc++.a) ELSE() LDFLAGS(-lc++) - ENDIF() + ENDIF() ELSE() CFLAGS(GLOBAL -DLIBCXX_BUILDING_LIBGCC) LDFLAGS(-lgcc_s) |