mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 06:31:50 +08:00
removed pre-instantiation of templates in header file.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user