k_scoped_lock: delete copy and move assignment operators
If we delete the copy and move constructor, we should also be deleting the copy and move assignment operators (and even if this were intended, it would be pretty odd to not document why it's done this way).
Please register or sign in to comment