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 | e20e2b362f0232ed5a389db887e6e27e7763af18 (patch) | |
| tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/packedtypes | |
| parent | 7629e1f9ef7f9d2a3c345c97e6a4e5a4b32ee786 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 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 1e1619ce04f..88cff26ae2a 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; +} |
