Im using ++mutex and --mutex operators in my code. Now suddenly when Im using 1.9.3 instead of 1.9.1 of cc++ the operators have disappeared.
Reason for this?
Forget it. It was changed from 1.5 to 1.9.
Yes, this is a back-incompatible change... I made the change... Why? Simply the class had got 2 interface, so I remove less readable one.
I suggest you to use the MutexLock class because is also exception safe.
Log in to post a comment.
Im using ++mutex and --mutex operators in my code.
Now suddenly when Im using 1.9.3 instead of 1.9.1 of cc++ the operators have disappeared.
Reason for this?
Forget it.
It was changed from 1.5 to 1.9.
Yes, this is a back-incompatible change...
I made the change...
Why? Simply the class had got 2 interface, so I remove less readable one.
I suggest you to use the MutexLock class because is also exception safe.