Fixed: Use of local type in a template
We are currently using C++03, and the standard says:
A local type, a type with no linkage, an unnamed type or a typecompounded from any of these types shall not be used as atemplate-argument for a template type-parameter.
See: http://stackoverflow.com/questions/5751977/local-type-as-template-arguments-in-c
View differences
Fixed: Use of local type in a template
We are currently using C++03, and the standard says:
See: http://stackoverflow.com/questions/5751977/local-type-as-template-arguments-in-c