Sirraide wrote:

`template<class> concept friend fooable;` still gives the error ‘expected 
unqualified-id’; I could move the check for whether it’s a concept declaration 
at class scope to the start of `ParseConceptDefinition` instead of doing that 
in `ActOnStartConceptDefinition` or whatever it was called and add a check for 
whether it’s friend-specified, but I’m not sure that’s really necessary.

https://github.com/llvm/llvm-project/pull/105121
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to