Alexander A. Klimov 48b5ec569b Consistently use Atomic, and not std::atomic
Atomic enforces usage of its only safe constructor,
in contrast to std::atomic.

"The default-initialized std::atomic<T> does not contain
a T object, and its only valid uses are destruction and
initialization by std::atomic_init, see LWG issue 2334."
 -- https://en.cppreference.com/w/cpp/atomic/atomic/atomic
2025-05-28 16:48:10 +02:00
..
2021-02-03 09:54:57 +01:00
2022-05-11 17:50:12 +02:00
2022-03-24 16:42:18 +01:00
2023-05-17 18:05:13 +02:00
2023-02-06 11:25:25 +01:00
2023-02-06 11:25:25 +01:00
2021-02-03 09:54:57 +01:00
2021-02-03 09:54:57 +01:00