Skip to content

Commit

Permalink
argument_reader: Delete copy contructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Apr 12, 2024
1 parent 427d338 commit 01580d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions asteria/runtime/argument_reader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ class Argument_Reader
do_peek_argument() const;

public:
Argument_Reader(const Argument_Reader&) = default;
Argument_Reader(Argument_Reader&&) = default;
Argument_Reader& operator=(const Argument_Reader&) & = default;
Argument_Reader& operator=(Argument_Reader&&) & = default;
~Argument_Reader();

Expand Down

0 comments on commit 01580d2

Please sign in to comment.