You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce named constants for BitNestedArchiveReader sentinel values
Replaced direct usage of `std::numeric_limits::max()` with descriptive `constexpr` variables (`kItemsCountUnset`, `kNoItemRead`) for `mCachedItemsCount` and `mLastReadItem`. This improves code readability and explicitly communicates the intent of these sentinel values.
0 commit comments