<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/106276>106276</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
`cppcoreguidelines-missing-std-forward` should not warn on deleted functions
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
jonesmz
</td>
</tr>
</table>
<pre>
E.g.
```cpp
class MyClass
{
template<typename ... ARGS_T>
void some_function(ARGS_T && ...) = delete; // warning: forwarding reference parameter '' is never forwarded inside the function body
};
```
The function has no body, there's no way to satisfy this warning.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJxcUkGPozwM_TXmYhXRhAI9cGin0-_0XXbnPgrEQEYhQXFo1f31KwrdHa2EcOS859jPTzGb3hHVcDjD4ZKoOQ4-1F_eEY-_ksbrR_2e9ilkF8hO27_I1q-dpjXTWsWM_z_elriByvN6wEjjZFUkkG_xMZFTI2Gapnj68d_Pzw-Q7xsOEW_eaGQ_0mc3uzYa70BUKw5BFCCKhQniiCAvqMnSUvaMIK4grnhXwRnXgzxh58NdBW1cj4E6CuRawkkFNVKkgCBKECUaRkc3Ci84aTSOjSaMA-GrB1xUeE11AXn-R4bv2nx85w2K0fmVLt6WmoFAlM_kXT0wemQVDXcPjIPhV_9pomupj_KoEqr3pcjLqqyqPBnqosk6arQk3VB1OAq5L1W2b5qMpGrKrEhMLTKRZ5Uo98c8z_O0lAfq9rLNi65VFUnIMxqVsam1tzH1oU8M80z1PitEWSRWNWT5aQYhHN3xeQtCLN4I9ULaNXPPkGfWcOS_ZaKJlurVFK0P1M9GkzWOeDcaZuP6HUe924SGIkMe_Gw1Oh-fg6N320b1HwU5mYOthxgnBnlat9ybOMxN2voRxHV5fgu7KfgvaiOI67NpBnHdprrV4ncAAAD___OM6cg">