We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e6e16 commit 24b81ecCopy full SHA for 24b81ec
include/pthread/condition_variable.hpp
@@ -140,7 +140,7 @@ namespace pthread {
140
*
141
* The method uses the lock_guard's mutex to execute.
142
143
- * @see #wait_for (mutex &, int) NOSONAR
+ * @see #wait_for (mutex &, int) NOSONAR this is not comment code
144
*/
145
cv_status wait_for(lock_guard<pthread::mutex> &lck, int millis);
146
0 commit comments