diff options
| author | udovichenko-r <[email protected]> | 2022-02-10 16:49:22 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:22 +0300 |
| commit | a6f6b22bda21d53d07bd2e0ff63a2b2abf69ede9 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/generic/ptr.h | |
| parent | d7e4eaec9d325e188dabb3eb1949a32a5229e9ce (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/generic/ptr.h')
| -rw-r--r-- | util/generic/ptr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/ptr.h b/util/generic/ptr.h index 31282045ff9..19db0e3ec55 100644 --- a/util/generic/ptr.h +++ b/util/generic/ptr.h @@ -102,7 +102,7 @@ template <class Base, class T> class TPointerCommon { public: using TValueType = T; - + inline T* operator->() const noexcept { T* ptr = AsT(); Y_ASSERT(ptr); |
