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

V2: Fixed transform_attribute ambiguity #407

Conversation

Kojoley
Copy link
Collaborator

@Kojoley Kojoley commented Oct 14, 2018

Domain-agnostic class template partial specializations and
type agnostic domain partial specializations are ambiguous.
To resolve the ambiguity type agnostic domain partial
specializations are dispatched via intermediate type.

Fixes #396.

@Kojoley Kojoley force-pushed the qi-transform_attribute-adapt_adt-specialization-ambiguity branch from 8cd0c1c to 6a583a1 Compare October 21, 2018 21:39
Domain-agnostic class template partial specializations and
type agnostic domain partial specializations are ambious.
To resolve the ambiguity type agnostic domain partial
specializations are dispatched via intermediate type.
@Kojoley Kojoley force-pushed the qi-transform_attribute-adapt_adt-specialization-ambiguity branch from 6a583a1 to 5c62f8b Compare October 21, 2018 22:19
@Kojoley Kojoley merged commit ea9c54a into boostorg:develop Oct 23, 2018
@Kojoley Kojoley deleted the qi-transform_attribute-adapt_adt-specialization-ambiguity branch October 23, 2018 02:10
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.

Qi: Ambiguity in transform_attribute trait at dealing with Fusion ADT
1 participant