Invoked against repo at: 8e62a241ae1ee4ead0144e9573b129b989c58af5
#include <pair> #include <vector> void ast() { struct S {}; std::pair<int, std::vector<S>> p; std::count_if(p.second.begin(), p.second.end(),[](decltype(p.second) v)->bool { return true; }); }
Thanks for reporting, this should be covered by https://trac.cppcheck.net/ticket/10739
Log in to post a comment.
Invoked against repo at: 8e62a241ae1ee4ead0144e9573b129b989c58af5
Thanks for reporting, this should be covered by https://trac.cppcheck.net/ticket/10739