1
vote
Failing to use stl containers in templated functions/classes
I agree it is confusing. Without the typename keyword, the name would be considered a static member. The book C++ Templates by Vandevoorde and Josuttis explains this in deta …
