mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
removed pre-instantiation of templates in header file.
This commit is contained in:
parent
435bb738e6
commit
639cb26a7d
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue