Skip to content

ChildLocker copy ctor is not deleted. #377

Description

@grafikrobot

It appears that in the ldap::ChildLocker it was intended to delete the copy constructor, equivalently to ldap::Locker. But instead a different constructor from ldap::Locker is deleted: ChildLocker(const Locker &rhs) = delete;. I.e. that should be ChildLocker(const ChildLocker &rhs) = delete; (i.e. ChildLocker as the arg).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions