[Issue 6208] Parameter storage classes are ignored in template function deducing.

2012-02-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6208 --- Comment #5 from github-bugzi...@puremagic.com 2012-02-11 10:15:57 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/6aa5805f571be5a2d393f83cbe5dd9354c36606

[Issue 6208] Parameter storage classes are ignored in template function deducing.

2011-12-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6208 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6208] Parameter storage classes are ignored in template function deducing.

2011-10-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6208 Kenji Hara changed: What|Removed |Added Keywords||patch --- Comment #3 from Kenji Hara 201

[Issue 6208] Parameter storage classes are ignored in template function deducing.

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6208 --- Comment #2 from Kenji Hara 2011-09-08 00:52:07 PDT --- I found related issue. Type storage classes (in, const, immutable, shared, inout) are also ignored. void foo(T)(const T value) if (!is(T == int)) {} void main() { int n; const

[Issue 6208] Parameter storage classes are ignored in template function deducing.

2011-06-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6208 --- Comment #1 from Kenji Hara 2011-06-24 09:01:35 PDT --- P.S. Same problem exists with out and lazy. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---