14 export Keyword on a Template
The export keyword is not supported on templates. For example, the following sample will not compile:
export template <class T> void fun(T);
export template <class T> class A;
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The export keyword is not supported on templates. For example, the following sample will not compile:
export template <class T> void fun(T);
export template <class T> class A;