diff options
| author | diver <[email protected]> | 2022-02-10 16:48:07 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:07 +0300 |
| commit | 7629e1f9ef7f9d2a3c345c97e6a4e5a4b32ee786 (patch) | |
| tree | c3371bfa47641a52244267b63009d16e4e7054ff /library/cpp/packedtypes | |
| parent | cc573d2716c99ba22afc98753971cd97fd5283e0 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/packedtypes')
| -rw-r--r-- | library/cpp/packedtypes/packed.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/packedtypes/packed.h b/library/cpp/packedtypes/packed.h index 88cff26ae2a..1e1619ce04f 100644 --- a/library/cpp/packedtypes/packed.h +++ b/library/cpp/packedtypes/packed.h @@ -89,10 +89,10 @@ void Y_FORCE_INLINE UnPackUI32(TStream& in, ui32& v) { UNPACK_28(v, in, TInputStream2Traits<TStream>::TTraits, size); (void)size; } - + template <class TStream> ui32 Y_FORCE_INLINE UnPackUI32(TStream& in) { - ui32 res; - UnPackUI32(in, res); - return res; -} + ui32 res; + UnPackUI32(in, res); + return res; +} |
