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-03-03 11:34:32 +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 13:58:37 +00:00
2021-05-25 16:46:06 +01:00
2022-03-04 11:29:11 +00:00
2022-01-07 11:24:35 +00:00
2022-03-03 09:08:44 +00:00
2021-11-17 14:11:46 +00:00
2019-08-01 11:44:09 +01:00
2021-11-19 13:23:39 +00:00
2022-03-03 11:34:32 +00:00
2020-07-08 15:35:28 +01:00
2021-10-28 14:28:36 +01:00
2022-03-11 18:16:06 +00:00
2022-03-11 18:16:06 +00:00