So, function with MRV is basically the function that returns
Tuple where one can specify return convention?

---
auto fun()
{
     return(Windows) tuple(1, 2.0f);
}

(int x, float y) = fun();
---

Reply via email to