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 461ad03 commit 388f165Copy full SHA for 388f165
include/pthread/lock_guard.hpp
@@ -49,7 +49,7 @@ namespace pthread {
49
50
/** The destructor release the guarded mutex.
51
*/
52
- virtual ~lock_guard() {
+ ~lock_guard() {
53
_mutex->unlock();
54
}
55
0 commit comments