Can't use a template typename for list?You're correct. It does work! It's just my compiler that's acting up. For some reason when I type th...
Can't use a template typename for list?The first option didn't work. It had build errors. Something about the arguments doesn't match the l...
Can't use a template typename for list?I wrote a function to return a list<int>::iterator. Everything worked fine. So I decided to make it ...