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 d4fb1cf commit 74d3e8dCopy full SHA for 74d3e8d
Release/src/pplx/pplx.cpp
@@ -27,7 +27,7 @@ namespace details
27
class _Spin_lock
28
{
29
public:
30
- _Spin_lock() : _M_lock(0) {}
+ _Spin_lock() : _M_lock() {}
31
32
void lock()
33
0 commit comments