Export of internal Abseil changes.
-- 1edfe05ddddca43e7650b2d790df7c8498c0e588 by Abseil Team <absl-team@google.com>: Adding an assert to catch various misuses of std::optional. PiperOrigin-RevId: 249427865 -- 45463bbb7e59dfbc584b2f024368a63db98bd7a8 by CJ Johnson <johnsoncj@google.com>: Migrates internal member function GetAllocator() to GetAllocPtr() and changes the return type to pointer instead of reference to avoid unnecessary copy in DestroyElements(...) PiperOrigin-RevId: 249319571 -- 507835be22af85676143ee0c43a80a52bc32094c by Abseil Team <absl-team@google.com>: Fix -Wstring-conversion in GetEnvVar (Windows implementation). PiperOrigin-RevId: 249201897 GitOrigin-RevId: 1edfe05ddddca43e7650b2d790df7c8498c0e588 Change-Id: I9300131887ee507cf80d399c724cf87341e4f11a
Showing
- absl/container/inlined_vector.h 20 additions, 24 deletionsabsl/container/inlined_vector.h
- absl/container/internal/inlined_vector.h 7 additions, 5 deletionsabsl/container/internal/inlined_vector.h
- absl/flags/parse.cc 1 addition, 1 deletionabsl/flags/parse.cc
- absl/types/optional.h 3 additions, 1 deletionabsl/types/optional.h
Loading
Please register or sign in to comment