Export of internal Abseil changes
-- 0f6565955231dc74ebad62ef32a18c457afa2dc7 by Abseil Team <absl-team@google.com>: Document guarantee that we do not move from rvalue arguments if no insertion happens with absl::raw_hash_map::try_emplace, as done with std::unordered_map::try_emplace. PiperOrigin-RevId: 264430409 -- 292e6b9e08fa689e8400d7f2db94cbcab29d5889 by CJ Johnson <johnsoncj@google.com>: Removes use of aligned_storage in FixedArray and InlinedVector in favor of aligned char buffers. PiperOrigin-RevId: 264385559 -- aa0b19ad11ae5702022feee0e2e6434cfb28c9e9 by Derek Mauro <dmauro@google.com>: Make the unit tests for absl::any, absl::optional, and absl::variant no-ops when these types are just aliases for the corresponding std:: types. We have no way to fix standard library implementation bugs, so don't bother working around them. Also disable the corresponding exception-safety tests as well when exceptions are not enabled. Fixes https://github.com/abseil/abseil-cpp/pull/360 PiperOrigin-RevId: 264382050 -- 65896a911f36481b89b4712c83b91c90a76b64e8 by Abseil Team <absl-team@google.com>: Improve documentation on erase PiperOrigin-RevId: 264381266 GitOrigin-RevId: 0f6565955231dc74ebad62ef32a18c457afa2dc7 Change-Id: I74b9bd2ddf84526014104f17e87de70bd3fe65fa
Showing
- absl/container/BUILD.bazel 1 addition, 0 deletionsabsl/container/BUILD.bazel
- absl/container/CMakeLists.txt 1 addition, 0 deletionsabsl/container/CMakeLists.txt
- absl/container/fixed_array.h 11 additions, 17 deletionsabsl/container/fixed_array.h
- absl/container/flat_hash_map.h 4 additions, 0 deletionsabsl/container/flat_hash_map.h
- absl/container/flat_hash_map_test.cc 7 additions, 0 deletionsabsl/container/flat_hash_map_test.cc
- absl/container/internal/hash_generator_testing.h 9 additions, 0 deletionsabsl/container/internal/hash_generator_testing.h
- absl/container/internal/inlined_vector.h 1 addition, 3 deletionsabsl/container/internal/inlined_vector.h
- absl/container/internal/raw_hash_map.h 3 additions, 0 deletionsabsl/container/internal/raw_hash_map.h
- absl/container/internal/raw_hash_set.h 7 additions, 6 deletionsabsl/container/internal/raw_hash_set.h
- absl/container/internal/unordered_map_modifiers_test.h 41 additions, 0 deletionsabsl/container/internal/unordered_map_modifiers_test.h
- absl/container/internal/unordered_map_test.cc 8 additions, 0 deletionsabsl/container/internal/unordered_map_test.cc
- absl/container/node_hash_map.h 4 additions, 0 deletionsabsl/container/node_hash_map.h
- absl/types/BUILD.bazel 2 additions, 0 deletionsabsl/types/BUILD.bazel
- absl/types/CMakeLists.txt 2 additions, 0 deletionsabsl/types/CMakeLists.txt
- absl/types/any_exception_safety_test.cc 8 additions, 3 deletionsabsl/types/any_exception_safety_test.cc
- absl/types/any_test.cc 5 additions, 0 deletionsabsl/types/any_test.cc
- absl/types/optional_exception_safety_test.cc 8 additions, 0 deletionsabsl/types/optional_exception_safety_test.cc
- absl/types/optional_test.cc 5 additions, 0 deletionsabsl/types/optional_test.cc
- absl/types/variant_exception_safety_test.cc 8 additions, 1 deletionabsl/types/variant_exception_safety_test.cc
- absl/types/variant_test.cc 5 additions, 0 deletionsabsl/types/variant_test.cc
Loading
Please register or sign in to comment