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

feature_required_back leads to ambiguous function calls #93

Open
tonimueller opened this issue Feb 25, 2019 · 0 comments
Open

feature_required_back leads to ambiguous function calls #93

tonimueller opened this issue Feb 25, 2019 · 0 comments
Labels
Milestone

Comments

@tonimueller
Copy link
Member

For feature FeatureConnectionSc.h and excluded volume feature is needed. Maybe the user himself wants a specilized version of such a feature, e.g. only to LattiePowerOfTwo ... Now there is a problem if the one add the FeatureExcluedVolumeSc in the feature_required_back list of the FeatureConnectionSc.h because the feature List adds the specialized and the default excluded volume feature which both uses, e.g getLatticeEntry(). The program cannot decide which function to use (either from the specialized feature or the other one) ...
Seems that this is a nasty problem, which should be changed within the turning away from the LOKI-typelist which was already suggested @hrabbel in issue #57 .

@tonimueller tonimueller added this to the Version 3.0.0 milestone Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant