[Issue 8395] Templated struct constructors don't implicitly convert to const

2012-08-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8395


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8395] Templated struct constructors don't implicitly convert to const

2012-07-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8395



--- Comment #2 from github-bugzi...@puremagic.com 2012-07-23 01:39:06 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/86cfb07481ce37cb3dc8889597f4652887673f42
fix Issue 8395 - Templated struct constructors don't implicitly convert to
const

With current dmd implementation, non template constructor always ignores the
type qualifier of 'this'. Therefore template constructor should work as like
it.

https://github.com/D-Programming-Language/dmd/commit/29c76d261fe81719addc0219c42b8fccc6562e88
Merge pull request #1060 from 9rnsr/fix8395

Issue 8395 - Templated struct constructors don't implicitly convert to const

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 8395] Templated struct constructors don't implicitly convert to const

2012-07-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8395


Kenji Hara k.hara...@gmail.com changed:

   What|Removed |Added

   Keywords||pull


--- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-07-20 10:46:53 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1060

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---