cor3ntin wrote:

Well we say
```
<source>:6:5: note: in instantiation of function template specialization 
'std::vector<incomplete>::emplace_back<>' requested here
    6 |   v.emplace_back();
      |     ^
<source>:3:8: note: forward declaration of 'incomplete'
    3 | struct incomplete;
```

but it's pretty far down

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

Reply via email to