eaeltsin wrote:

I think the pattern is something like
```
enum { const_value = 1 };
template<size_t N> class Foo {...};
Foo<const_value + 1> foo;
```


https://github.com/llvm/llvm-project/pull/143034
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to