Question: Consider the C++ program. Explain why the final call to first_n generates a compile-time error, but the call to last_n does not. Show how to
Consider the C++ program. Explain why the final call to first_n generates a compile-time error, but the call to last_n does not. Show how to modify the final call to first_n so that the compiler will accept it.
Step by Step Solution
3.43 Rating (172 Votes )
There are 3 Steps involved in it
Because firstn is generic its arguments must be used to infer the identity of type parameter T ... View full answer
Get step-by-step solutions from verified subject matter experts
