diff options
| author | kiselyovp <[email protected]> | 2022-02-10 16:50:49 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:49 +0300 | 
| commit | cdd0799465ab07b2689e623e8db9cd333b01e0dc (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp | |
| parent | 8caa5581c15f8f7d1e96a24d7be0260bad7d043f (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
| -rw-r--r-- | library/cpp/yt/memory/ref.h | 2 | ||||
| -rw-r--r-- | library/cpp/yt/misc/cast.h | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/yt/memory/ref.h b/library/cpp/yt/memory/ref.h index 0e53019a248..73d19d9013e 100644 --- a/library/cpp/yt/memory/ref.h +++ b/library/cpp/yt/memory/ref.h @@ -154,7 +154,7 @@ public:      //! Creates a TSharedRef for a part of existing range.      TSharedRef Slice(size_t startOffset, size_t endOffset) const; -    //! Creates a TSharedRef for a part of existing range.  +    //! Creates a TSharedRef for a part of existing range.      TSharedRef Slice(const void* begin, const void* end) const;      //! Creates a vector of slices with specified size. diff --git a/library/cpp/yt/misc/cast.h b/library/cpp/yt/misc/cast.h index 384a7281ee7..c7565c9e6d3 100644 --- a/library/cpp/yt/misc/cast.h +++ b/library/cpp/yt/misc/cast.h @@ -15,7 +15,7 @@ T CheckedIntegralCast(S value);  ////////////////////////////////////////////////////////////////////////////////  template <class T, class S> -bool TryEnumCast(S value, T* result);  +bool TryEnumCast(S value, T* result);  template <class T, class S>  T CheckedEnumCast(S value);  | 
