removed pre-instantiation of templates in header file.
This commit is contained in:
parent
435bb738e6
commit
639cb26a7d
|
@ -232,9 +232,4 @@ CCondVar<T>::operator const T&() const
|
|||
return m_data;
|
||||
}
|
||||
|
||||
|
||||
// force instantiation of these common types
|
||||
template class CCondVar<bool>;
|
||||
template class CCondVar<SInt32>;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue