Files
abseil-cpp/absl/base
Andy Getz 8c0b94e793 Switch time_state to explicit default initialization instead of value initialization. (#1261)
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
2022-08-31 13:15:21 -04:00
..
2022-04-18 15:51:27 -04:00
2020-12-01 09:51:56 -05:00
2022-01-31 15:27:28 -05:00
2019-12-10 15:07:05 -05:00
2020-11-05 14:17:56 -05:00
2021-02-10 17:01:18 -05:00