pfultz2/cppcheck

Find dangling lifetime to temporaries

pfultz2 opened this issue · 0 comments

An example:

const auto & x = *std::make_unique<int>(5);