From 49ff696cda14c4825a99ced4ff6b6bbe20dd38ce Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 18 Jan 2024 09:10:55 -0800 Subject: Migrate empty CrcCordState to absl::NoDestructor. Note that this only changes how we allocate the empty state, and reference countings of `empty` stay the same. PiperOrigin-RevId: 599526339 Change-Id: I2c6aaf875c144c947e17fe8f69692b1195b55dd7 --- absl/crc/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'absl/crc/CMakeLists.txt') diff --git a/absl/crc/CMakeLists.txt b/absl/crc/CMakeLists.txt index ec7b4512..d52a1bc4 100644 --- a/absl/crc/CMakeLists.txt +++ b/absl/crc/CMakeLists.txt @@ -159,6 +159,7 @@ absl_cc_library( absl::crc32c absl::config absl::strings + absl::no_destructor ) absl_cc_test( -- cgit v1.2.3