Skip to content
Snippets Groups Projects
  • Gemma Guest's avatar
    14ef6a25
    Fix complier error due to missing move constructor · 14ef6a25
    Gemma Guest authored
    Force the compiler to generate the move constructor/assignment operator.
    These are no longer implicitly declared since the addition of the
    user-declared destructor. Also delete the copy constructor/assignment
    operator as these are illegal operations.
    
    Re #26498
    14ef6a25
    History
    Fix complier error due to missing move constructor
    Gemma Guest authored
    Force the compiler to generate the move constructor/assignment operator.
    These are no longer implicitly declared since the addition of the
    user-declared destructor. Also delete the copy constructor/assignment
    operator as these are illegal operations.
    
    Re #26498
Code owners
Assign users and groups as approvers for specific file changes. Learn more.