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

shared_ptr::unique() deprecated, use use_count() #1889

Merged
merged 1 commit into from
May 2, 2024

Conversation

brndnmtthws
Copy link
Owner

unique() was deprecated in C++17, replace it with use_count(). We don't need to worry about a race condition here.

unique() was deprecated in C++17, replace it with use_count(). We don't
need to worry about a race condition here.
@github-actions github-actions bot added the sources PR modifies project sources label May 2, 2024
Copy link

netlify bot commented May 2, 2024

Deploy Preview for conkyweb canceled.

Name Link
🔨 Latest commit a1ce7f6
🔍 Latest deploy log https://app.netlify.com/sites/conkyweb/deploys/66338a45eaef8600089d3e50

@brndnmtthws brndnmtthws merged commit 28a6398 into main May 2, 2024
62 checks passed
@brndnmtthws brndnmtthws deleted the deprecated-unique branch May 2, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sources PR modifies project sources
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant