20210324.2
版本发布时间: 2021-06-01 22:55:57
abseil/abseil-cpp最新发布版本:20240722.0(2024-08-02 02:09:08)
Abseil LTS 20210324.2
What's New:
- The
cleanup
library has been released. This library contains the control-flow-construct-like typeabsl::Cleanup
which is used for executing a callback on scope exit. - The
numeric
library now includesbits.h
, a polyfill header containing implementations of C++20's bitwise math functions. - Abseil now installs pkg-config files to make it easier to use Abseil with some other build systems.
- Abseil now respects the default CMake installation paths. Standard CMake variables like
CMAKE_INSTALL_PREFIX
can be used to change the installation path.
Breaking Changes:
- The empty
absl::container
target has been removed from the CMake build. This target had no effect and references to this target in user code can safely be removed.
Baseline: 997aaf3a28308eba1b9156aa35ab7bca9688e9f6 Cherry pick: e1d388e7e74803050423d035e4374131b9b57919 (Patch 1) Cherry pick: 278e0a071885a22dcd2fd1b5576cc44757299343 (Patch 2)