Searched refs:PartiallySpecializedExportedClassTemplate (Results 1 – 1 of 1) sorted by relevance
655 template <typename T> struct __declspec(dllexport) PartiallySpecializedExportedClassTemplate {}; struct656 template <typename T> struct PartiallySpecializedExportedClassTemplate<T*> { void f() {} }; in f() struct657 USEMEMFUNC(PartiallySpecializedExportedClassTemplate<void*>, f);