NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2929

'identifier' : explicit instantiation; cannot explicitly force and suppress instantiation of template-class member

You cannot explicitly instantiate an identifier while preventing it from being instantiated.

Example

template A<int>::A();
extern template A<int>::A();  // error