]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/30_threads/shared_lock/requirements/explicit_instantiation.cc
Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 30_threads / shared_lock / requirements / explicit_instantiation.cc
index e6f511eac5db5164cb502802fb857462763b1267..efd61565bdfae5212dcc12843bde8c3c5299e873 100644 (file)
@@ -27,5 +27,5 @@
 
 namespace std
 {
-  template class shared_lock<shared_mutex>;
+  template class shared_lock<shared_timed_mutex>;
 }