summaryrefslogtreecommitdiff
path: root/absl/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Andy Getzendanner <durandal@google.com>2022-08-24 13:18:18 -0700
committerGravatar Copybara-Service <copybara-worker@google.com>2022-08-24 13:19:18 -0700
commit54022b0debdafa84faaef197f486fa83c68c22a4 (patch)
tree33c718e31a51f1fc18c439471683b73e99aae574 /absl/CMakeLists.txt
parentc18bb215786bfa8c51866445601ef9453b9b3888 (diff)
Switch time_state to explicit default initialization instead of value initialization.
It looks to me like the language rules treat these the same for this type, but evidently GCC feels differently. This only matters under TSAN where SpinLock has a non-trivial destructor, and under C++20 where ABSL_CONST_INIT is implemented (as constinit) by gcc. Fixes #1253 PiperOrigin-RevId: 469806751 Change-Id: Ic01b0142101f361bc19c95f9f9474e635669c58d
Diffstat (limited to 'absl/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions