Files
snmalloc/src/pal
Matthew Parkinson a3c8abc3c3 Switch atomic_flag to atomic_bool
The constructor for atomic_flag is challenging to use in a constexpr.
It requires

   std::atomic_flag flag = ATOMIC_FLAG_INIT;

which is not constexpr on some compilers in C++20.

Switching to atomic_bool solves this problem.
2022-03-20 19:28:35 +00:00
..
2022-02-01 17:18:36 +00:00
2022-02-01 17:18:36 +00:00
2021-10-28 14:28:36 +01:00
2021-11-17 14:11:46 +00:00
2021-04-06 14:09:18 +01:00
2022-03-20 19:28:35 +00:00
2022-03-03 09:08:44 +00:00
2022-03-03 09:08:44 +00:00
2021-11-17 14:11:46 +00:00
2021-11-19 13:23:39 +00:00
2022-03-11 18:16:06 +00:00
2022-03-11 18:16:06 +00:00