Skip to content

Conversation

ronag
Copy link
Contributor

@ronag ronag commented Apr 9, 2022

No description provided.

Comment on lines +1903 to +1906
Batch(const Batch&) = delete;
Batch(Batch&&) = delete;
Batch& operator=(const Batch&) = delete;
Batch& operator=(Batch&&) = delete;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review
Development

Successfully merging this pull request may close these issues.

2 participants