We were using `&arr[0]` on empty arrays, which is technically UB since `arr[0]` is UB on empty arrays. This triggered an infinite loop on Clang-on-Windows. |
||
|---|---|---|
| .. | ||
| array | ||
| integer_sequence | ||
| ratio | ||
| integral_constant.cpp | ||
| pair.cpp | ||
| tuple.cpp | ||
We were using `&arr[0]` on empty arrays, which is technically UB since `arr[0]` is UB on empty arrays. This triggered an infinite loop on Clang-on-Windows. |
||
|---|---|---|
| .. | ||
| array | ||
| integer_sequence | ||
| ratio | ||
| integral_constant.cpp | ||
| pair.cpp | ||
| tuple.cpp | ||