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

[Common Data/Core Dialog HLE/GPU Common Vulkan] Optimize create smart pointers using C++17 std::make_* #18546

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

GermanAizek
Copy link
Contributor

@hrydgard Since in CMakeLists has a minimum requirement C++17 standard, you can safely use functions make_unique, make_shared, etc. You can find information why it's worth using them in some places.

@hrydgard hrydgard added the Code Cleanup Cleanup to make future work easier. Needs to be done sometimes. label Dec 14, 2023
@hrydgard hrydgard added this to the v1.17.0 milestone Dec 14, 2023
@hrydgard hrydgard merged commit ebaebf5 into hrydgard:master Dec 14, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup Cleanup to make future work easier. Needs to be done sometimes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants