================ @@ -91,15 +91,84 @@ void bar() { namespace GH82104 { -template <typename, typename...> int Zero = 0; +template <typename, typename... D> int Value = sizeof...(D); ---------------- mizvekov wrote:
```suggestion template <typename, typename... D> constexpr int Value = sizeof...(D); ``` https://github.com/llvm/llvm-project/pull/89934 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits