What is wrong in the following code?
template <typename T>class Foo{ public : Foo(); T f1(T va1ue); T f2();};Foo::Foo() {... }T Stack::f1(T va1ue) {... } T Stack::f2() {... };
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.