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

Synthesize ctor_move_dtor from ctor and move_dtor when necessary. #515

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jemc
Copy link

@jemc jemc commented Oct 26, 2021

When ctor_move_dtor is not set, but move and dtor are set,
but move_ctor is not set, then use move_dtor to synthesize it.

When `ctor_move_dtor` is not set, but `move` and `dtor` are set,
but `move_ctor` is not set, then use `move_dtor` to synthesize it.
@SanderMertens SanderMertens force-pushed the master branch 3 times, most recently from 07e1c0f to 5b6eef9 Compare May 31, 2022 18:00
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.

None yet

1 participant