balazske wrote: > > Is import of `Callable` should be failed? I compiled this code > > ```c++ > struct S; > template <typename, typename> > using Callable = S; > template <typename> > using Callable = S; > ``` > > and clang report an error.
Yes the test was not exact, with the new code this import should fail. https://github.com/llvm/llvm-project/pull/74919 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits