mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`cl` objects to the initialization of the templated type differing in storage class due to the indication of `constexpr`. `constexpr` does not give the value itself a `const` storage class. However, because the value is not initialized inline, it does not like the `constexpr` attribute. Apply the `constexpr` only on clang, and correct the storage to `const`.
12 KiB
12 KiB