P3771R1 — constexpr mutex, locks, and condition variable
Hana Dusíková
LEWGSG1
It's really hard to conditionally avoid non-`constexpr` types in a code which is supposed to be `constexpr` compatible. This paper fixes it by making these types (and algorithms) `constexpr` compatible. There is no semantical change for updated types and algorithms.