| Thread overview | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
August 06, 2018 [Issue 19147] git | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19147 Nathan S. <n8sh.secondary@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Reduce template bloat in |git |std.complex by using const | |arguments | --- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> --- Pull request: https://github.com/dlang/phobos/pull/6656 -- | ||||
August 07, 2018 [Issue 19147] Reduce template bloat in std.complex by using const arguments | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19147 Basile B. <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |b2.temp@gmx.com Summary|git |Reduce template bloat in | |std.complex by using const | |arguments -- | ||||
August 07, 2018 [Issue 19147] Reduce template bloat in std.complex by using const arguments | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19147 Basile B. <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Basile B. <b2.temp@gmx.com> --- take care with the tittle, this could have an impact on the change log. If you wanted to say that you handle this issue then use the "assignee" field or add the pull keyword. -- | ||||
August 10, 2018 [Issue 19147] Reduce template bloat in std.complex by using const arguments | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19147 --- Comment #3 from github-bugzilla@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/043ef8f7537b3e22b65f59480a1704e1b6f40e4d Fix Issue 19147 - Reduce template bloat in std.complex by using const arguments Labeling variably-typed arguments of templated functions as const causes the same type to be inferred when the argument is const, non-const, and immutable. https://github.com/dlang/phobos/commit/565a51f8c6e8b703c0b625568a6f14473345f5d8 Merge pull request #6656 from n8sh/issue-19147-complex-antibloat Fix Issue 19147 - Reduce template bloat in std.complex by using const arguments merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com> -- | ||||
August 10, 2018 [Issue 19147] Reduce template bloat in std.complex by using const arguments | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19147 github-bugzilla@puremagic.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- | ||||
March 21, 2020 [Issue 19147] Reduce template bloat in std.complex by using const arguments | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19147 Basile-z <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|b2.temp@gmx.com | -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply