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

Reduce template bloat in std.math by using const arguments #9764

Open
dlangBugzillaToGithub opened this issue Oct 18, 2018 · 1 comment
Open

Comments

@dlangBugzillaToGithub
Copy link

n8sh.secondary reported this on 2018-10-18T13:05:12Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=19312

Description

Labeling variably-typed arguments of template functions as const causes the same type to be inferred when the argument is const, non-const, and immutable.
@dlangBugzillaToGithub
Copy link
Author

n8sh.secondary commented on 2018-10-18T13:09:51Z

Pull request: https://github.com/dlang/phobos/pull/6731

@LightBender LightBender removed the P4 label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants