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;
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
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;