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