Skip to content
Snippets Groups Projects
Commit 3275709c authored by Enrico Guiraud's avatar Enrico Guiraud
Browse files

[thread] Add missing explicit template instantiation

Now added for symmetry with surrounding code.
parent 44a9b4f6
No related branches found
No related tags found
No related merge requests found
......@@ -392,4 +392,5 @@ template class TReentrantRWLock<std::mutex, ROOT::Internal::RecurseCounts>;
template class TReentrantRWLock<ROOT::TSpinMutex, ROOT::Internal::UniqueLockRecurseCount>;
template class TReentrantRWLock<TMutex, ROOT::Internal::UniqueLockRecurseCount>;
template class TReentrantRWLock<std::mutex, ROOT::Internal::UniqueLockRecurseCount>;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment