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

Added Skill to disable default construction. #70

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

Conversation

Nicholas42
Copy link

@Nicholas42 Nicholas42 commented Feb 11, 2022

Addresses #68.

The initial commit had such a type not constructible at all (whooops^^). I worked around this by making the default constructor of NonDefaultConstructible private instead of deleting it and routing the construction through a friend function, when we actually want it to be constructible.

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.

1 participant