5
Está capturando um objeto recém-construído por um comportamento indefinido const ref
O seguinte (exemplo artificial) está bom ou é um comportamento indefinido: // undefined behavior? const auto& c = SomeClass{}; // use c in code later const auto& v = c.GetSomeVariable();