Given the following template, explain what happens if we call g on a literal value such as 42. What if we call g on a variable of type int?
templatevoid g(T&& val) { vector v; }
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.