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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 23 01:39:09 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8395



--- Comment #2 from github-bugzilla at 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: -------


More information about the Digitalmars-d-bugs mailing list