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

18.11.4.16, after CA 053, get_constructor is not a TransformationTrait in some cases #87

Open
hubert-reinterpretcast opened this issue Sep 24, 2019 · 2 comments

Comments

@hubert-reinterpretcast
Copy link

A TransformationTrait is required to have a type member.

@hubert-reinterpretcast hubert-reinterpretcast changed the title 18.11.4.16, get_constructor is not a TransformationTrait in some cases 18.11.4.16, after CA 053, get_constructor is not a TransformationTrait in some cases Sep 24, 2019
@camio
Copy link

camio commented Jan 27, 2020

AN: Yup, just like enable_if, see C++14 [meta.trans] "Each of the templates in this subclause shall be a TransformationTrait" versus [meta.trans.other] "If B is true, the member typedef type shall equal T; otherwise, there shall be no member type."

AN: Shall we leave this to an LWG issue? Do you want to open it or shall I send email to LWGChair?

AN: IMHO this should not be handled by us, here, but addressed by an issue.

@camio
Copy link

camio commented Jan 27, 2020

Left open as an issue to handle post-publication.

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

No branches or pull requests

2 participants