Skip to content

Conversation

davmac314
Copy link
Contributor

The implicit constructor creation checks look for an explicit constructor first, but fail to consider templated constructors. This change fixes that, fixing problems that result due to SFINAE.

…se-cdt#1265)

The implicit constructor creation checks look for an explicit
constructor first, but fail to consider templated constructors. This
change fixes that, fixing problems that result due to SFINAE.
@i-garrison
Copy link
Contributor

I confirm this change is valid and fixes the issue indicated.

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