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

Fix C++20 compatibility by removing deprecated shared_ptr::unique() #1628

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

jdumas
Copy link
Contributor

@jdumas jdumas commented Jun 21, 2023

Fix #1590.

@jdumas
Copy link
Contributor Author

jdumas commented Jun 21, 2023

It seems the CI failed due to a transient network issue with vcpkg? Can a maintainer rerun the failed workflow?

Copy link
Contributor

@Idclip Idclip left a comment

Choose a reason for hiding this comment

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

lgtm, thanks @jdumas (@danrbailey might be worth adding a release note for C++20 conformance with MSVC)

@jdumas
Copy link
Contributor Author

jdumas commented Jul 11, 2023

I'm a bit puzzled by the CI issue. Seems like a network issue but it occurred twice on the same Windows job. It's been a while though so could we try to rerun it again?

@jdumas
Copy link
Contributor Author

jdumas commented Jul 21, 2023

Hi there. Can we merge this?

@Idclip
Copy link
Contributor

Idclip commented Jul 25, 2023

I'm a bit puzzled by the CI issue. Seems like a network issue but it occurred twice on the same Windows job. It's been a while though so could we try to rerun it again?

Yeah we can ignore this failure

Hi there. Can we merge this?

Needs two maintainer approvals. @danrbailey

@danrbailey danrbailey merged commit d41e3a5 into AcademySoftwareFoundation:master Sep 26, 2023
40 of 41 checks passed
@jdumas jdumas deleted the jdumas/cpp20 branch September 26, 2023 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++20 compatibility
3 participants