diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:12 +0300 |
commit | 49116032d905455a7b1c994e4a696afc885c1e71 (patch) | |
tree | be835aa92c6248212e705f25388ebafcf84bc7a1 /util/generic/ptr.h | |
parent | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff) | |
download | ydb-49116032d905455a7b1c994e4a696afc885c1e71.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/ptr.h')
-rw-r--r-- | util/generic/ptr.h | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/util/generic/ptr.h b/util/generic/ptr.h index 10b54f0054..19db0e3ec5 100644 --- a/util/generic/ptr.h +++ b/util/generic/ptr.h @@ -213,10 +213,10 @@ public: } #ifdef __cpp_impl_three_way_comparison - template <class Other> - inline bool operator==(const Other& p) const noexcept { - return (p == Get()); - } + template <class Other> + inline bool operator==(const Other& p) const noexcept { + return (p == Get()); + } #endif private: inline void DoDestroy() noexcept { @@ -328,10 +328,10 @@ public: } #ifdef __cpp_impl_three_way_comparison - template <class Other> - inline bool operator==(const Other& p) const noexcept { - return (p == Get()); - } + template <class Other> + inline bool operator==(const Other& p) const noexcept { + return (p == Get()); + } #endif private: inline void DoDestroy() noexcept { @@ -580,10 +580,10 @@ public: } #ifdef __cpp_impl_three_way_comparison - template <class Other> - inline bool operator==(const Other& p) const noexcept { - return (p == Get()); - } + template <class Other> + inline bool operator==(const Other& p) const noexcept { + return (p == Get()); + } #endif private: inline void Ref() noexcept { @@ -691,10 +691,10 @@ public: } #ifdef __cpp_impl_three_way_comparison - template <class Other> - inline bool operator==(const Other& p) const noexcept { - return (p == Get()); - } + template <class Other> + inline bool operator==(const Other& p) const noexcept { + return (p == Get()); + } #endif private: inline void Ref() noexcept { @@ -895,10 +895,10 @@ public: } #ifdef __cpp_impl_three_way_comparison - template <class Other> - inline bool operator==(const Other& p) const noexcept { - return (p == Get()); - } + template <class Other> + inline bool operator==(const Other& p) const noexcept { + return (p == Get()); + } #endif private: template <class X> @@ -1039,10 +1039,10 @@ public: } #ifdef __cpp_impl_three_way_comparison - template <class Other> - inline bool operator==(const Other& p) const noexcept { - return (p == Get()); - } + template <class Other> + inline bool operator==(const Other& p) const noexcept { + return (p == Get()); + } #endif private: inline void DoDestroy() noexcept { @@ -1103,10 +1103,10 @@ public: } #ifdef __cpp_impl_three_way_comparison - template <class Other> - inline bool operator==(const Other& p) const noexcept { - return (p == Get()); - } + template <class Other> + inline bool operator==(const Other& p) const noexcept { + return (p == Get()); + } #endif private: inline void Unshare() { |