14 export Keyword on a Template (C++)

Switch View :
ScriptFree
Visual C++ Language Reference
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;
See Also

Other Resources

Nonstandard Behavior