shafik added inline comments.

================
Comment at: clang/test/CXX/dcl.decl/dcl.decl.general/p4-20.cpp:27
+
+namespace GH61748 {
+template<typename T>
----------------
Maybe a union case just for completeness:

```
template <typename T>
union U {
    void f() requires true;
};
```


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147070/new/

https://reviews.llvm.org/D147070

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to