[clang] [Clang] Added explanation why a is constructible evaluated to false. (PR #143309)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 12 01:28:14 PDT 2025


================
@@ -564,11 +564,12 @@ struct A {
 namespace ex2 {
 #if __cplusplus >= 201103L
 struct Bar {
-  struct Baz {
+  struct Baz { // #Baz
----------------
Endilll wrote:

```suggestion
  struct Baz { // #cwg1890-Baz
```

https://github.com/llvm/llvm-project/pull/143309


More information about the cfe-commits mailing list