-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Concurrency
-
None
-
Fully Compatible
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
A deleted constructor would make a call like
{{ _needsLock(stdx::lock_guard<stdx::mutex>(_mutex), _other);}}
fail.
Rationale is that depending on implementation, lock might or might not be held when _other is used.