Skip to content

Commit

Permalink
explicitly =delete move
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Jan 3, 2022
1 parent ec79f1c commit faf20c7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ class ValidatorXerces : public ValidatorInterface

ValidatorXerces(const ValidatorXerces&) = delete;
ValidatorXerces& operator=(const ValidatorXerces&) = delete;
ValidatorXerces(ValidatorXerces&&) = delete;
ValidatorXerces& operator=(ValidatorXerces&&) = delete;

using ValidatorInterface::validate;

Expand Down

0 comments on commit faf20c7

Please sign in to comment.