Compiler Error C2948
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Compiler Error C2948.
explicit instantiation; storage class specifier 'specifier' not permitted on specialization
You cannot use storage-class specifiers (such as extern) in a specialization of a template class that was previously explicitly instantiated.
Show: