Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;