synchronize() returns a strict_lock_ptr which is something like a lock_guard that is not Lockable.
> My class allows in addition to lock several synchronized values using
the deadlock free lock algorithm as e.g.
I did not understand the unique_synchronize part, though.