Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: base58.cpp - preemptively remove deprecated += #24379

Conversation

RandyMcMillan
Copy link
Contributor

@RandyMcMillan RandyMcMillan commented Feb 18, 2022

REF: PR #24372
REF: https://eel.is/c++draft/depr.volatile.type#example-2
carry +=
str +=
are flagged as deprecated.

@fanquake
Copy link
Member

You need to write a PR description. There's also really no need for this to be a scripted diff or two separate commits.

@RandyMcMillan RandyMcMillan changed the title scripted-diff: base58.cpp - preemptively remove deprecated += refactor: base58.cpp - preemptively remove deprecated += Feb 18, 2022
@RandyMcMillan
Copy link
Contributor Author

commit 786a5e6
removed scripted-diffs
squashed

@fanquake - thanks for you're patience and guidance.

Copy link
Contributor

@mzumsande mzumsande left a comment

Choose a reason for hiding this comment

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

Neither str nor carry are volatile, it's not like += is deprecated globally.

@bitcoin bitcoin locked and limited conversation to collaborators Feb 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants