Commits

Shawn Erickson committed 16c39d92f12
[runtime] predicate the use of constexpr on what the platform can support At the moment CYGWIN pthreads implementation doesn't support the use of constexpr for static allocation versions. The way they define things results in a reinterpret_cast which violates constexpr.