zwuis wrote:
This is not the right fix. This initializer should not be value-dependent. If
you change a part of reproducer to
```cpp
template <auto>
struct MetaValuesHelper;
template <typename TupleName, TupleName* kValues>
struct MetaValuesHelper<kValues> {
```
, the code becomes valid but Clang still crashes.
https://github.com/llvm/llvm-project/pull/181561
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits