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;
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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;