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.
2 parents 461ad03 + 388f165 commit 3d76609Copy full SHA for 3d76609
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