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

Fix Issue 12434 - std.algorithm.sum of immutable array too #2071

Merged
1 commit merged into from
Apr 7, 2014
Merged

Fix Issue 12434 - std.algorithm.sum of immutable array too #2071

1 commit merged into from
Apr 7, 2014

Commits on Apr 7, 2014

  1. Fix Issue 12434 - std.algorithm.sum of immutable array too

    https://d.puremagic.com/issues/show_bug.cgi?id=12434
    
    Simply uses the inference's `Unqual` type as a seed, rather than the straight up result.
    
    Also add some unittesting while at it.
    monarchdodra committed Apr 7, 2014
    Configuration menu
    Copy the full SHA
    6123ca3 View commit details
    Browse the repository at this point in the history