Skip to content

Implement construct and destruct interfaces. #74

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

Merged
merged 2 commits into from
May 8, 2023

Conversation

vgvassilev
Copy link
Contributor

@vgvassilev vgvassilev commented May 8, 2023

These interfaces are responsible for object creation and destruction calling the relevant constructors/destructors.

Fixes #16. Fixes #17.

These interfaces are responsible for object creation and destruction calling
the relevant constructors/destructors.

Fixes #16. Fixes #17.
@vgvassilev vgvassilev force-pushed the implement-construct-destruct branch from 5409711 to 59cc95c Compare May 8, 2023 08:10
This patch teaches clang to ignore diagnostics due to calls to private ctors.
@vgvassilev vgvassilev force-pushed the implement-construct-destruct branch from 802763d to 8f13f50 Compare May 8, 2023 09:38
@vgvassilev vgvassilev added this pull request to the merge queue May 8, 2023
Merged via the queue into main with commit c2bf89f May 8, 2023
@vgvassilev vgvassilev deleted the implement-construct-destruct branch May 8, 2023 12:04
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.

Implement Destruct Interface Implement Construct Interface
1 participant