diff options
| author | snermolaev <[email protected]> | 2022-02-10 16:45:53 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:53 +0300 |
| commit | 7353a3fdea9c67c256980c00a2b3b67f09b23a27 (patch) | |
| tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/cxxsupp/libcxx/include | |
| parent | 2015790ac9fcc04caab83fccc23ab2460310a797 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/include')
| -rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/tuple | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/tuple b/contrib/libs/cxxsupp/libcxx/include/tuple index 33aed94a2fa..9b127953b3b 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; |
