Pull Request №669 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/refactor/irstream-modernize-copy-prevention
Merge: 5c9f6db69d1a20db6353738e3724092516415bd3←56292bf7c603504d2f187fef7e3981440511b307
Modernize copy prevention in irstream to use = delete
----------------
Merge commit message:
Modernize copy prevention in irstream to use = delete
Replace old-style private-and-undefined copy constructor/assignment
with explicit = delete in the public section. Matches the treatment
already applied to the sibling orstream class.