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

Add noexcept for copyability, relocatability and destructibility metadata #63

Merged
merged 7 commits into from
Feb 25, 2024

Conversation

mingxwa
Copy link
Collaborator

@mingxwa mingxwa commented Feb 21, 2024

When the copyability, relocatability or destructibility of a facade is nothrow, their underlying function pointers are not. This change makes the underlying function pointers noexcept when possible.

This change improves the quality of implementation with necessary refactoring. No functional changes.

@mingxwa mingxwa marked this pull request as ready for review February 22, 2024 02:47
proxy.h Outdated Show resolved Hide resolved
proxy.h Show resolved Hide resolved
@mingxwa mingxwa requested a review from tian-lt February 22, 2024 11:03
@mingxwa mingxwa merged commit df28455 into microsoft:main Feb 25, 2024
4 checks passed
@mingxwa mingxwa deleted the user/mingxwa/refactor branch February 25, 2024 13:40
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.

2 participants