Skip to content

Make thread utils components non-copiable

Samuel Debionne requested to merge make-thread-utils-noncopiable into master

Avoid destroying mutex attributes, mutexes, conditions, threads... multiple times if they are copied accidentally. It looks like the pthread-win32 is more sensitive to this than is native equivalent.

All classes with these objects need to be marked as non-copiable in SIP as well.

Long standing bugs...

Merge request reports