Skip to content
Snippets Groups Projects
  • Arseny Kapoulkine's avatar
    cbf3807a
    Implement copy ctor/assignment for xpath_variable_set · cbf3807a
    Arseny Kapoulkine authored
    xpath_variable_set is essentially an associative container; it's about time it
    became copyable.
    
    Implementation is slightly tricky due to out of memory handling. Both copy ctor
    and assignment operator have strong exception guarantee (even if exceptions are
    disabled! which translates to "roll back on allocation errors").
    cbf3807a
    History
    Implement copy ctor/assignment for xpath_variable_set
    Arseny Kapoulkine authored
    xpath_variable_set is essentially an associative container; it's about time it
    became copyable.
    
    Implementation is slightly tricky due to out of memory handling. Both copy ctor
    and assignment operator have strong exception guarantee (even if exceptions are
    disabled! which translates to "roll back on allocation errors").
Code owners
Assign users and groups as approvers for specific file changes. Learn more.