Make RoleGraph non-copyable

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 3.5.10
    • Affects Version/s: 3.5 Desired
    • Component/s: None
    • None
    • Minor Change
    • Platforms 2017-07-10
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Actually copying a structure this size is unnecessarily expensive given how it's actually used. Remove copy-ability and replace with move semantics. Remove swap() method as well, replacing the one usage with a move since it's a local variable that's about to die anyway.

            Assignee:
            Sara Golemon (Inactive)
            Reporter:
            Sara Golemon (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: