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;