Skip to content

Modernize copy prevention in irstream to use = delete#669

Open
lyskov-ai wants to merge 1 commit intoRosettaCommons:mainfrom
lyskov-ai:refactor/irstream-modernize-copy-prevention
Open

Modernize copy prevention in irstream to use = delete#669
lyskov-ai wants to merge 1 commit intoRosettaCommons:mainfrom
lyskov-ai:refactor/irstream-modernize-copy-prevention

Conversation

@lyskov-ai
Copy link
Copy Markdown
Contributor

Summary

Test plan

  • python3 ./scons.py -j16 mode=debug passes (header-only change; no behavioral difference)

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.
@lyskov lyskov requested a review from roccomoretti May 2, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants