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

Removes ambiguity from initializer lists as values #162

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

grenewode
Copy link
Contributor

I think that the problem is caused by c++ assuming that the uniform
constrctor syntax is acually an initializer list

Fixes #161

@grenewode grenewode self-assigned this Apr 12, 2018
@grenewode grenewode force-pushed the attributes/fix_compile_errors_from_fix_integer_conversion_errors branch from b10648b to fe13aef Compare April 12, 2018 00:16
@grenewode grenewode requested a review from mercere99 April 12, 2018 00:53
@grenewode
Copy link
Contributor Author

This may have been related to 434cbd2

@grenewode grenewode force-pushed the attributes/fix_compile_errors_from_fix_integer_conversion_errors branch from 5115b40 to 1fa32e3 Compare April 12, 2018 00:56
Robin Miller and others added 3 commits April 11, 2018 20:57
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant