Geeks
pfultz2
/
cppcheck
Readme
Issues
Stargazers
Watchers
False negative: Warn when returning a lambda that capture by reference
Closed this issue
7 years ago
·
0
comments
pfultz2
commented
7 years ago
auto
f
(
int
x) {
return
[&] { x; }; }