File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,6 @@ namespace pthread {
160160#else
161161 void notify_one () noexcept ;
162162#endif
163-
164163
165164 /* * signal all waiting threads
166165 * The pthread_cond_broadcast() call unblocks all threads currently blocked on the specified condition variable cond.
Original file line number Diff line number Diff line change 1919
2020namespace pthread {
2121
22- using namespace std ;
2322
2423 class condition_variable ;
2524
@@ -81,7 +80,7 @@ namespace pthread {
8180 * @param message short description
8281 * @param pthread_errno error returned by the pthread function
8382 */
84- mutex_exception ( const string message, const int pthread_errno = 0 ) ;
83+ mutex_exception ( const std:: string message, const int pthread_errno = 0 ) ;
8584
8685 };
8786
You can’t perform that action at this time.
0 commit comments