cor3ntin wrote:

> hasNonTrivialDefaultConstructor

you can have 

```cpp
template <typename>
class C {
  C();
  C() requires true;
};
```

But in the case of __builtin_is_implicit_lifetime we probably want to allow 
that, actually...


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

Reply via email to