must use class keyword when instantiating template
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
# pragma warning ( disable:4660 )
|
||||
#endif
|
||||
|
||||
template tsFreeList < dbSubscriptionIO >;
|
||||
template class tsFreeList < dbSubscriptionIO >;
|
||||
template class epicsSingleton < tsFreeList < dbSubscriptionIO > >;
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
||||
Reference in New Issue
Block a user