-
Notifications
You must be signed in to change notification settings - Fork 38
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
Merging #160 causes build errors #161
Comments
grenewode
pushed a commit
to grenewode/Empirical
that referenced
this issue
Apr 11, 2018
I think that the problem is caused by c++ assuming that the uniform constrctor syntax is acually an initializer list Fixes devosoft#161
grenewode
pushed a commit
to grenewode/Empirical
that referenced
this issue
Apr 11, 2018
I think that the problem is caused by c++ assuming that the uniform constrctor syntax is acually an initializer list Fixes devosoft#161
grenewode
pushed a commit
that referenced
this issue
Apr 12, 2018
I think that the problem is caused by c++ assuming that the uniform constrctor syntax is acually an initializer list working on #161
grenewode
pushed a commit
that referenced
this issue
Apr 12, 2018
It seems that the older c++ version was deducing auto as a initializer_list rather than a size_t Fixes #161
grenewode
pushed a commit
to grenewode/Empirical
that referenced
this issue
Apr 12, 2018
It seems that the older c++ version was deducing auto as a initializer_list rather than a size_t Fixes devosoft#161
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Travis build: https://travis-ci.org/devosoft/Empirical/builds/363814816
The text was updated successfully, but these errors were encountered: