auto parseConfig()
{
        
auto lines = File(txtlinks, "r").byLine;
        return lines;
}

Error: cannot return non-void from void function

I can't understand the reasons of the error;

Can I return auto from function?

Reply via email to