[Issue 5770] Template constructor bypass access check

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Apr 12 00:32:22 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=5770

--- Comment #6 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/4cd6985729ae349d869624146c5e57ec1fe8ff2b
fix Issue 5770 - Template constructor bypass access check

It had caused by the incomplete implementation of access check. Most part of
`access.c` was old code from ancient D ages.

https://github.com/D-Programming-Language/dmd/commit/b2e2f80d365728f54f602efa2cb56bdc87c69b7a
Merge pull request #4558 from 9rnsr/fix5770

Issue 5770 - Template constructor bypass access check

--


More information about the Digitalmars-d-bugs mailing list