aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/ptr.h
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:08 +0300
commit4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch)
tree506dac10f5df94fab310584ee51b24fc5a081c22 /util/generic/ptr.h
parent2d37894b1b037cf24231090eda8589bbb44fb6fc (diff)
downloadydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/ptr.h')
-rw-r--r--util/generic/ptr.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/util/generic/ptr.h b/util/generic/ptr.h
index 19db0e3ec5..10b54f0054 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() {