Hello Guys,
I am making an application in new VC++ 10
and getting following error
does anybody have any hint what it means to ??
Error 10 error C2252: an explicit instantiation of a template can only occur at namespace scope
thanks
ash
It is saying that you cannot explicitly instantiate a template inside a function or a class.
Move it to outside the function or class.